~ubuntu-dev/ubuntu/lucid/mutt/lucid-201002101854

« back to all changes in this revision

Viewing changes to debian/patches/debian-specific/document_debian_defaults

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Berg, Antonio Radici, Christoph Berg
  • Date: 2009-06-20 15:00:50 UTC
  • mfrom: (16.1.1 sid) (16.2.1 experimental)
  • mto: (2.1.6 sid)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: james.westby@ubuntu.com-20090620150050-ta3y92wwef0m5y4t
Tags: 1.5.20-2
[ Antonio Radici ]
* debian/patches/series:
  + upstream/533209-mutt_perror.patch: better error reporting if a mailbox
    cannot be opened (Closes: 533209)
  + upstream/533459-unmailboxes.patch: fixes a segfault with the unmailboxes 
    command (Closes: 533459)
  + upstream/533439-mbox-time.patch: do not corrupt the atime/mtime of 
    mboxes when opened (Closes: 533439)
  + upstream/531430-imapuser.patch: ask the user for the right information
    while logging in on IMAP servers (Closes: 531430)
  + upstream/534543-imap-port.patch: correctly parse the port in an IMAP
    url (Closes: 534543)
  + added the right copyright misc/smime_keys-manpage.patch
  + mutt-patched/sidebar: refreshed
  + mutt-patched/sidebar-{dotted,sorted} added (Closes: 523774)
* debian/control:
  + Debian policy bumped to 3.8.2
* debian/mutt.install and debian/extra/lib/mailto-mutt: 
  + added the firefox mailto handler (Closes: 406850)

[ Christoph Berg ]
* Remove maildir-mtime patch, upstream has a different implementation
  (though with different results; Closes: 533471)
* Use elinks-lite (with an alternative Build-Dependency on elinks) for
  rendering the manual. Thanks to Ahmed El-Mahmoudy for the suggestion.
  (Closes: 533445)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- a/init.h
2
 
+++ b/init.h
3
 
@@ -295,6 +295,9 @@ struct option_t MuttVars[] = {
 
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 @@
4
9
   ** .pp
5
 
   ** When this variable is set, mutt will include Delivered-To headers when
6
 
   ** bouncing messages.  Postfix users may wish to unset this variable.
 
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.
7
12
+  ** .pp
8
13
+  ** \fBNote:\fP On Debian systems, this option is unset by default in
9
14
+  ** /etc/Muttrc.
10
15
   */
11
16
   { "braille_friendly", DT_BOOL, R_NONE, OPTBRAILLEFRIENDLY, 0 },
12
17
   /*
13
 
@@ -825,6 +828,9 @@ struct option_t MuttVars[] = {
 
18
@@ -1032,6 +1035,9 @@
14
19
   ** one is not used.
15
20
   ** .pp
16
 
   ** Also see ``$$use_domain'' and ``$$hidden_host''.
 
21
   ** Also see $$use_domain and $$hidden_host.
17
22
+  ** .pp
18
23
+  ** \fBNote:\fP On Debian systems, the default for this variable is obtained
19
24
+  ** from /etc/mailname when Mutt starts.
20
25
   */
21
26
   { "ignore_linear_white_space",    DT_BOOL, R_NONE, OPTIGNORELWS, 0 },
22
27
   /*
23
 
@@ -1338,6 +1344,9 @@ struct option_t MuttVars[] = {
 
28
@@ -1554,6 +1560,9 @@
24
29
   ** system.  It is used with various sets of parameters to gather the
25
30
   ** list of known remailers, and to finally send a message through the
26
31
   ** mixmaster chain.
29
34
+  ** ``mixmaster-filter'' in /etc/Muttrc.
30
35
   */
31
36
 #endif
32
 
 
33
 
@@ -1887,6 +1896,10 @@ struct option_t MuttVars[] = {
 
37
   { "move",            DT_QUAD, R_NONE, OPT_MOVE, M_NO },
 
38
@@ -2570,6 +2579,10 @@
34
39
   ** This variable contains the name of either a directory, or a file which
35
40
   ** contains trusted certificates for use with OpenSSL.
36
41
   ** (S/MIME only)
41
46
   */
42
47
   { "smime_certificates",      DT_PATH, R_NONE, UL &SmimeCertificates, 0 },
43
48
   /*
44
 
@@ -2093,6 +2106,9 @@ struct option_t MuttVars[] = {
45
 
   ** certificates are also automatically accepted.
46
 
   ** .pp
47
 
   ** Example: set ssl_ca_certificates_file=/etc/ssl/certs/ca-certificates.crt
 
49
@@ -2776,6 +2789,9 @@
 
50
   ** .ts
 
51
   ** set smtp_authenticators="digest-md5:cram-md5"
 
52
   ** .te
48
53
+  ** .pp
49
54
+  ** \fBNote:\fP On Debian systems, this variable defaults to the example
50
55
+  ** mentioned. This file is managed by the ``ca-certificates'' package.
51
56
   */
52
 
 # endif /* USE_SSL_GNUTLS */
53
 
 #endif /* defined(USE_SSL) */
54
 
@@ -2683,6 +2699,9 @@ struct option_t MuttVars[] = {
 
57
 # endif /* USE_SASL */
 
58
   { "smtp_pass",       DT_STR,  R_NONE, UL &SmtpPass, UL 0 },
 
59
@@ -2823,6 +2839,9 @@
55
60
   ** .pp
56
 
   ** You may optionally use the reverse- prefix to specify reverse sorting
57
 
   ** order (example: set sort=reverse-date-sent).
 
61
   ** You may optionally use the ``reverse-'' prefix to specify reverse sorting
 
62
   ** order (example: ``\fCset sort=reverse-date-sent\fP'').
58
63
+  ** .pp
59
64
+  ** \fBNote:\fP On Debian systems, this option is set by default to
60
65
+  ** ``threads'' in /etc/Muttrc.
61
66
   */
62
67
   { "sort_alias",      DT_SORT|DT_SORT_ALIAS,  R_NONE, UL &SortAlias, SORT_ALIAS },
63
68
   /*
64
 
@@ -3100,6 +3119,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
 
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
67
72
   ** in this case.
68
73
+  ** .pp
69
74
+  ** \fBNote:\fP On Debian systems, exim4 and postfix strip BCC headers by
70
75
+  ** default. The above warning applies to exim3 users, see /etc/Muttrc.
71
76
   */
72
 
   {"xterm_icon",       DT_STR,   R_BOTH, UL &XtermIcon,  UL "M%?n?AIL&ail?"},
 
77
   { "write_inc",       DT_NUM,  R_NONE, UL &WriteInc, 10 },
73
78
   /*