summaryrefslogtreecommitdiffstats
path: root/init.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-08-20 08:24:01 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-08-20 08:24:01 +0000
commit9febf2c9a98ebcebded37065bc6058adfb0847a9 (patch)
treec6f06f934b0b32f38486a743e0596da140ee08d6 /init.h
parentd79ed35520d7d5a3658e309af0e3e00d30ddf45d (diff)
Brendan Cully's latest IMAP clean-up.
Diffstat (limited to 'init.h')
-rw-r--r--init.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/init.h b/init.h
index 1ecddfaa..58e8d694 100644
--- a/init.h
+++ b/init.h
@@ -633,6 +633,15 @@ struct option_t MuttVars[] = {
** .pp
** This variable defaults to your user name on the local machine.
*/
+ { "imap_cramkey", DT_STR, R_NONE, UL &ImapCRAMKey, UL 0 },
+ /*
+ ** .pp
+ ** Sets your CRAM secret, for use with the CRAM-MD5 IMAP authentication
+ ** method (this is the IMAP equivelent of APOP). This method will be
+ ** attempted automatically if the server supports it, in preference to the
+ ** less secure login technique. If you use CRAM-MD5, you do not need to set
+ ** \fIimap_pass\fP.
+ */
{ "imap_pass", DT_STR, R_NONE, UL &ImapPass, UL 0 },
/*
** .pp