summaryrefslogtreecommitdiffstats
path: root/init.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2001-06-05 08:13:43 +0000
committerThomas Roessler <roessler@does-not-exist.org>2001-06-05 08:13:43 +0000
commit7a3cac220d616e7fc650b1c48aa222976a25c217 (patch)
tree96c3f8144c154c2df0369331b95ecaa3df8d8a30 /init.h
parentd43cbd140463dea549f33fae5792943b5964a018 (diff)
Change the delimiter for imap_authenticators to a colon.
Diffstat (limited to 'init.h')
-rw-r--r--init.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.h b/init.h
index 88f68f1c..a4bbeea0 100644
--- a/init.h
+++ b/init.h
@@ -673,7 +673,7 @@ struct option_t MuttVars[] = {
{ "imap_authenticators", DT_STR, R_NONE, UL &ImapAuthenticators, UL 0 },
/*
** .pp
- ** This is a comma-delimited list of authentication methods mutt may
+ ** This is a colon-delimited list of authentication methods mutt may
** attempt to use to log in to an IMAP server, in the order mutt should
** try them. Authentication methods are either 'login' or the right
** side of an IMAP 'AUTH=xxx' capability string, eg 'digest-md5',
@@ -681,7 +681,7 @@ struct option_t MuttVars[] = {
** parameter is unset (the default) mutt will try all available methods,
** in order from most-secure to least-secure.
** .pp
- ** Example: set imap_authenticators="gssapi,cram-md5,login"
+ ** Example: set imap_authenticators="gssapi:cram-md5:login"
** .pp
** \fBNote:\fP Mutt will only fall back to other authentication methods if
** the previous methods are unavailable. If a method is available but