summaryrefslogtreecommitdiffstats
path: root/init.h
diff options
context:
space:
mode:
authorRocco Rutte <pdmef@gmx.net>2007-03-15 08:48:04 -0700
committerRocco Rutte <pdmef@gmx.net>2007-03-15 08:48:04 -0700
commit5cf1ccd81a0a1778b4bc2f4be11c0511bfe95598 (patch)
tree6ce3bce379c0b59ec5bbf0a4f8941fa47372b431 /init.h
parentcec884aba715055677cf7c1e6f4dccc261860f31 (diff)
Document pattern groups in the manual
Sync with muttrc. Add some rationale for groups. Fix some style issues. Fix quoting issue with $smtp_authenticators.
Diffstat (limited to 'init.h')
-rw-r--r--init.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.h b/init.h
index 230479e1..3ef28e0e 100644
--- a/init.h
+++ b/init.h
@@ -2620,7 +2620,7 @@ struct option_t MuttVars[] = {
** This is a colon-delimited list of authentication methods mutt may
** attempt to use to log in to an SMTP server, in the order mutt should
** try them. Authentication methods are any SASL mechanism, eg
- ** 'digest-md5', 'gssapi' or 'cram-md5'.
+ ** ``digest-md5'', ``gssapi'' or ``cram-md5''.
** This parameter is case-insensitive. If this parameter is unset
** (the default) mutt will try all available methods, in order from
** most-secure to least-secure.