1 Some customization of the option which are straying from the default
8 ** When this variable is \fIset\fP, mutt will include Delivered-To headers when
9 ** bouncing messages. Postfix users may wish to \fIunset\fP this variable.
11 + ** \fBNote:\fP On Debian systems, this option is unset by default in
14 { "braille_friendly", DT_BOOL, R_NONE, OPTBRAILLEFRIENDLY, 0 },
19 ** Also see $$use_domain and $$hidden_host.
21 + ** \fBNote:\fP On Debian systems, the default for this variable is obtained
22 + ** from /etc/mailname when Mutt starts.
24 { "ignore_linear_white_space", DT_BOOL, R_NONE, OPTIGNORELWS, 0 },
27 ** system. It is used with various sets of parameters to gather the
28 ** list of known remailers, and to finally send a message through the
31 + ** \fBNote:\fP On Debian systems, this option is set by default to
32 + ** ``mixmaster-filter'' in /etc/Muttrc.
35 { "move", DT_QUAD, R_NONE, OPT_MOVE, M_NO },
36 @@ -2585,6 +2594,10 @@
37 ** This variable contains the name of either a directory, or a file which
38 ** contains trusted certificates for use with OpenSSL.
41 + ** \fBNote:\fP On Debian systems, this defaults to the first existing file in
42 + ** the following list: ~/.smime/ca-certificates.crt ~/.smime/ca-bundle.crt
43 + ** /etc/ssl/certs/ca-certificates.crt.
45 { "smime_certificates", DT_PATH, R_NONE, UL &SmimeCertificates, 0 },
49 ** set smtp_authenticators="digest-md5:cram-md5"
52 + ** \fBNote:\fP On Debian systems, this variable defaults to the example
53 + ** mentioned. This file is managed by the ``ca-certificates'' package.
55 # endif /* USE_SASL */
56 { "smtp_pass", DT_STR, R_NONE, UL &SmtpPass, UL 0 },
59 ** You may optionally use the ``reverse-'' prefix to specify reverse sorting
60 ** order (example: ``\fCset sort=reverse-date-sent\fP'').
62 + ** \fBNote:\fP On Debian systems, this option is set by default to
63 + ** ``threads'' in /etc/Muttrc.
65 { "sort_alias", DT_SORT|DT_SORT_ALIAS, R_NONE, UL &SortAlias, SORT_ALIAS },
68 ** is set to deliver directly via SMTP (see $$smtp_url), this
69 ** option does nothing: mutt will never write out the ``Bcc:'' header
72 + ** \fBNote:\fP On Debian systems, exim4 and postfix strip BCC headers by
73 + ** default. The above warning applies to exim3 users, see /etc/Muttrc.
75 { "write_inc", DT_NUM, R_NONE, UL &WriteInc, 10 },