~ubuntu-branches/ubuntu/precise/mutt/precise

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2010-12-17 14:28:28 UTC
  • mfrom: (16.2.3 experimental)
  • Revision ID: package-import@ubuntu.com-20101217142828-ve8yy0xf1zomtnx9
Tags: 1.5.21-1ubuntu1
* Merge with Debian experimental (LP: #691512), remaining changes:
  + debian/control, debian/patches/debian-specific/build_doc_adjustments.diff:
    Use w3m (main) instead of elinks (universe) for generating documentation.
  + Drop libtokyocabinet-dev (universe) from Build-Depends, use always
    libgdbm-dev and also use gdbm for the header cache backend. (lp: #607448)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Some customization of the option which are straying from the default
2
2
only on Debian systems
3
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
 
4
--- a/init.h
 
5
+++ b/init.h
8
6
@@ -312,6 +312,9 @@
9
7
   ** .pp
10
8
   ** When this variable is \fIset\fP, mutt will include Delivered-To headers when
15
13
   */
16
14
   { "braille_friendly", DT_BOOL, R_NONE, OPTBRAILLEFRIENDLY, 0 },
17
15
   /*
18
 
@@ -1032,6 +1035,9 @@
 
16
@@ -1033,6 +1036,9 @@
19
17
   ** one is not used.
20
18
   ** .pp
21
19
   ** Also see $$use_domain and $$hidden_host.
25
23
   */
26
24
   { "ignore_linear_white_space",    DT_BOOL, R_NONE, OPTIGNORELWS, 0 },
27
25
   /*
28
 
@@ -1554,6 +1560,9 @@
 
26
@@ -1566,6 +1572,9 @@
29
27
   ** system.  It is used with various sets of parameters to gather the
30
28
   ** list of known remailers, and to finally send a message through the
31
29
   ** mixmaster chain.
35
33
   */
36
34
 #endif
37
35
   { "move",            DT_QUAD, R_NONE, OPT_MOVE, M_NO },
38
 
@@ -2570,6 +2579,10 @@
 
36
@@ -2585,6 +2594,10 @@
39
37
   ** This variable contains the name of either a directory, or a file which
40
38
   ** contains trusted certificates for use with OpenSSL.
41
39
   ** (S/MIME only)
46
44
   */
47
45
   { "smime_certificates",      DT_PATH, R_NONE, UL &SmimeCertificates, 0 },
48
46
   /*
49
 
@@ -2776,6 +2789,9 @@
 
47
@@ -2791,6 +2804,9 @@
50
48
   ** .ts
51
49
   ** set smtp_authenticators="digest-md5:cram-md5"
52
50
   ** .te
56
54
   */
57
55
 # endif /* USE_SASL */
58
56
   { "smtp_pass",       DT_STR,  R_NONE, UL &SmtpPass, UL 0 },
59
 
@@ -2823,6 +2839,9 @@
 
57
@@ -2838,6 +2854,9 @@
60
58
   ** .pp
61
59
   ** You may optionally use the ``reverse-'' prefix to specify reverse sorting
62
60
   ** order (example: ``\fCset sort=reverse-date-sent\fP'').
66
64
   */
67
65
   { "sort_alias",      DT_SORT|DT_SORT_ALIAS,  R_NONE, UL &SortAlias, SORT_ALIAS },
68
66
   /*
69
 
@@ -3348,6 +3367,9 @@
 
67
@@ -3375,6 +3394,9 @@
70
68
   ** is set to deliver directly via SMTP (see $$smtp_url), this
71
69
   ** option does nothing: mutt will never write out the ``Bcc:'' header
72
70
   ** in this case.