]> git.llucax.com Git - software/mutt-debian.git/blob - debian/patches/debian-specific/document_debian_defaults
7240bef2de08690ca71e289676daf4b61d7fb84a
[software/mutt-debian.git] / debian / patches / debian-specific / document_debian_defaults
1 Some customization of the option which are straying from the default
2 only on Debian systems
3
4 Index: mutt/init.h
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
8 @@ -312,6 +312,9 @@
9    ** .pp
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.
12 +  ** .pp
13 +  ** \fBNote:\fP On Debian systems, this option is unset by default in
14 +  ** /etc/Muttrc.
15    */
16    { "braille_friendly", DT_BOOL, R_NONE, OPTBRAILLEFRIENDLY, 0 },
17    /*
18 @@ -1032,6 +1035,9 @@
19    ** one is not used.
20    ** .pp
21    ** Also see $$use_domain and $$hidden_host.
22 +  ** .pp
23 +  ** \fBNote:\fP On Debian systems, the default for this variable is obtained
24 +  ** from /etc/mailname when Mutt starts.
25    */
26    { "ignore_linear_white_space",    DT_BOOL, R_NONE, OPTIGNORELWS, 0 },
27    /*
28 @@ -1554,6 +1560,9 @@
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
31    ** mixmaster chain.
32 +  ** .pp
33 +  ** \fBNote:\fP On Debian systems, this option is set by default to
34 +  ** ``mixmaster-filter'' in /etc/Muttrc.
35    */
36  #endif
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.
41    ** (S/MIME only)
42 +  ** .pp
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.
46    */
47    { "smime_certificates",      DT_PATH, R_NONE, UL &SmimeCertificates, 0 },
48    /*
49 @@ -2776,6 +2789,9 @@
50    ** .ts
51    ** set smtp_authenticators="digest-md5:cram-md5"
52    ** .te
53 +  ** .pp
54 +  ** \fBNote:\fP On Debian systems, this variable defaults to the example
55 +  ** mentioned. This file is managed by the ``ca-certificates'' package.
56    */
57  # endif /* USE_SASL */
58    { "smtp_pass",       DT_STR,  R_NONE, UL &SmtpPass, UL 0 },
59 @@ -2823,6 +2839,9 @@
60    ** .pp
61    ** You may optionally use the ``reverse-'' prefix to specify reverse sorting
62    ** order (example: ``\fCset sort=reverse-date-sent\fP'').
63 +  ** .pp
64 +  ** \fBNote:\fP On Debian systems, this option is set by default to
65 +  ** ``threads'' in /etc/Muttrc.
66    */
67    { "sort_alias",      DT_SORT|DT_SORT_ALIAS,  R_NONE, UL &SortAlias, SORT_ALIAS },
68    /*
69 @@ -3348,6 +3367,9 @@
70    ** is set to deliver directly via SMTP (see $$smtp_url), this
71    ** option does nothing: mutt will never write out the ``Bcc:'' header
72    ** in this case.
73 +  ** .pp
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.
76    */
77    { "write_inc",       DT_NUM,  R_NONE, UL &WriteInc, 10 },
78    /*