1 Some customization of the option which are straying from the default
5 ===================================================================
6 --- mutt.orig/init.h 2009-06-25 12:36:35.000000000 +0200
7 +++ mutt/init.h 2009-06-25 12:36:36.000000000 +0200
10 ** When this variable is \fIset\fP, mutt will include Delivered-To headers when
11 ** bouncing messages. Postfix users may wish to \fIunset\fP this variable.
13 + ** \fBNote:\fP On Debian systems, this option is unset by default in
16 { "braille_friendly", DT_BOOL, R_NONE, OPTBRAILLEFRIENDLY, 0 },
21 ** Also see $$use_domain and $$hidden_host.
23 + ** \fBNote:\fP On Debian systems, the default for this variable is obtained
24 + ** from /etc/mailname when Mutt starts.
26 { "ignore_linear_white_space", DT_BOOL, R_NONE, OPTIGNORELWS, 0 },
29 ** system. It is used with various sets of parameters to gather the
30 ** list of known remailers, and to finally send a message through the
33 + ** \fBNote:\fP On Debian systems, this option is set by default to
34 + ** ``mixmaster-filter'' in /etc/Muttrc.
37 { "move", DT_QUAD, R_NONE, OPT_MOVE, M_NO },
38 @@ -2570,6 +2579,10 @@
39 ** This variable contains the name of either a directory, or a file which
40 ** contains trusted certificates for use with OpenSSL.
43 + ** \fBNote:\fP On Debian systems, this defaults to the first existing file in
44 + ** the following list: ~/.smime/ca-certificates.crt ~/.smime/ca-bundle.crt
45 + ** /etc/ssl/certs/ca-certificates.crt.
47 { "smime_certificates", DT_PATH, R_NONE, UL &SmimeCertificates, 0 },
51 ** set smtp_authenticators="digest-md5:cram-md5"
54 + ** \fBNote:\fP On Debian systems, this variable defaults to the example
55 + ** mentioned. This file is managed by the ``ca-certificates'' package.
57 # endif /* USE_SASL */
58 { "smtp_pass", DT_STR, R_NONE, UL &SmtpPass, UL 0 },
61 ** You may optionally use the ``reverse-'' prefix to specify reverse sorting
62 ** order (example: ``\fCset sort=reverse-date-sent\fP'').
64 + ** \fBNote:\fP On Debian systems, this option is set by default to
65 + ** ``threads'' in /etc/Muttrc.
67 { "sort_alias", DT_SORT|DT_SORT_ALIAS, R_NONE, UL &SortAlias, SORT_ALIAS },
70 ** is set to deliver directly via SMTP (see $$smtp_url), this
71 ** option does nothing: mutt will never write out the ``Bcc:'' header
74 + ** \fBNote:\fP On Debian systems, exim4 and postfix strip BCC headers by
75 + ** default. The above warning applies to exim3 users, see /etc/Muttrc.
77 { "write_inc", DT_NUM, R_NONE, UL &WriteInc, 10 },