]> git.llucax.com Git - software/mutt-debian.git/blob - debian/patches/debian-specific/document_debian_defaults
refreshed a bunch of patches against 1.5.19
[software/mutt-debian.git] / debian / patches / debian-specific / document_debian_defaults
1 --- a/init.h
2 +++ b/init.h
3 @@ -304,6 +304,9 @@ struct option_t MuttVars[] = {
4    ** .pp
5    ** When this variable is \fIset\fP, mutt will include Delivered-To headers when
6    ** bouncing messages.  Postfix users may wish to \fIunset\fP this variable.
7 +  ** .pp
8 +  ** \fBNote:\fP On Debian systems, this option is unset by default in
9 +  ** /etc/Muttrc.
10    */
11    { "braille_friendly", DT_BOOL, R_NONE, OPTBRAILLEFRIENDLY, 0 },
12    /*
13 @@ -866,6 +869,9 @@ struct option_t MuttVars[] = {
14    ** one is not used.
15    ** .pp
16    ** Also see $$use_domain and $$hidden_host.
17 +  ** .pp
18 +  ** \fBNote:\fP On Debian systems, the default for this variable is obtained
19 +  ** from /etc/mailname when Mutt starts.
20    */
21    { "ignore_linear_white_space",    DT_BOOL, R_NONE, OPTIGNORELWS, 0 },
22    /*
23 @@ -1399,6 +1405,9 @@ struct option_t MuttVars[] = {
24    ** system.  It is used with various sets of parameters to gather the
25    ** list of known remailers, and to finally send a message through the
26    ** mixmaster chain.
27 +  ** .pp
28 +  ** \fBNote:\fP On Debian systems, this option is set by default to
29 +  ** ``mixmaster-filter'' in /etc/Muttrc.
30    */
31  #endif
32    { "move",            DT_QUAD, R_NONE, OPT_MOVE, M_NO },
33 @@ -1999,6 +2008,10 @@ struct option_t MuttVars[] = {
34    ** This variable contains the name of either a directory, or a file which
35    ** contains trusted certificates for use with OpenSSL.
36    ** (S/MIME only)
37 +  ** .pp
38 +  ** \fBNote:\fP On Debian systems, this defaults to the first existing file in
39 +  ** the following list: ~/.smime/ca-certificates.crt ~/.smime/ca-bundle.crt
40 +  ** /etc/ssl/certs/ca-certificates.crt.
41    */
42    { "smime_certificates",      DT_PATH, R_NONE, UL &SmimeCertificates, 0 },
43    /*
44 @@ -2237,6 +2250,9 @@ struct option_t MuttVars[] = {
45    ** .ts
46    ** set ssl_ca_certificates_file=/etc/ssl/certs/ca-certificates.crt
47    ** .te
48 +  ** .pp
49 +  ** \fBNote:\fP On Debian systems, this variable defaults to the example
50 +  ** mentioned. This file is managed by the ``ca-certificates'' package.
51    */
52  # endif /* USE_SSL_GNUTLS */
53  #endif /* defined(USE_SSL) */
54 @@ -2873,6 +2889,9 @@ struct option_t MuttVars[] = {
55    ** .pp
56    ** You may optionally use the ``reverse-'' prefix to specify reverse sorting
57    ** order (example: ``\fCset sort=reverse-date-sent\fP'').
58 +  ** .pp
59 +  ** \fBNote:\fP On Debian systems, this option is set by default to
60 +  ** ``threads'' in /etc/Muttrc.
61    */
62    { "sort_alias",      DT_SORT|DT_SORT_ALIAS,  R_NONE, UL &SortAlias, SORT_ALIAS },
63    /*
64 @@ -3306,6 +3325,9 @@ struct option_t MuttVars[] = {
65    ** is set to deliver directly via SMTP (see $$smtp_url), this
66    ** option does nothing: mutt will never write out the ``Bcc:'' header
67    ** in this case.
68 +  ** .pp
69 +  ** \fBNote:\fP On Debian systems, exim4 and postfix strip BCC headers by
70 +  ** default. The above warning applies to exim3 users, see /etc/Muttrc.
71    */
72    {"xterm_icon",       DT_STR,   R_BOTH, UL &XtermIcon,  UL "M%?n?AIL&ail?"},
73    /*