]> git.pld-linux.org Git - packages/mutt.git/blob - mutt-Muttrc.patch
- fix for imap folders ending with '/'
[packages/mutt.git] / mutt-Muttrc.patch
1 diff -urN mutt-1.5.19/doc/Muttrc mutt-1.5.19.conf/doc/Muttrc
2 --- mutt-1.5.19/doc/Muttrc      2009-04-13 19:07:38.103582891 +0200
3 +++ mutt-1.5.19.conf/doc/Muttrc 2009-04-13 18:29:07.652668002 +0200
4 @@ -1033,6 +1033,7 @@
5  # 
6  # 
7  # set forward_format="[%a: %s]"
8 +set forward_format="Fwd: %s"
9  #
10  # Name: forward_format
11  # Type: string
12 @@ -1203,6 +1204,7 @@
13  # 
14  # 
15  # set history=10
16 +set history=100
17  #
18  # Name: history
19  # Type: number
20 @@ -1775,6 +1777,7 @@
21  # 
22  # 
23  # set mark_old=yes
24 +set mark_old=no
25  #
26  # Name: mark_old
27  # Type: boolean
28 @@ -1947,6 +1950,7 @@
29  # 
30  # 
31  # set mime_forward=no
32 +set mime_forward=ask-no
33  #
34  # Name: mime_forward
35  # Type: quadoption
36 @@ -2115,6 +2119,7 @@
37  # 
38  # 
39  # set pager_context=0
40 +set pager_context=1
41  #
42  # Name: pager_context
43  # Type: number
44 @@ -2141,6 +2146,7 @@
45  # 
46  # 
47  # set pager_index_lines=0
48 +set pager_index_lines=6
49  #
50  # Name: pager_index_lines
51  # Type: number
52 @@ -3546,6 +3553,7 @@
53  # 
54  # 
55  # set quit=yes
56 +set quit=ask-yes
57  #
58  # Name: quit
59  # Type: quadoption
60 @@ -3680,6 +3688,7 @@
61  # 
62  # 
63  # set reply_regexp="^(re([\\[0-9\\]+])*|aw):[ \t]*"
64 +set reply_regexp="^(([oO][dD][pP]|[aA][wW]|[rR][eE]([\\[0-9\\]+])*:|[Oo][dD][pP]:|[aA][wW]:|[rR][eE]:)[ \t]+)*"
65  #
66  # Name: reply_regexp
67  # Type: regular expression
68 @@ -3915,6 +3924,7 @@
69  # 
70  # 
71  # set send_charset="us-ascii:iso-8859-1:utf-8"
72 +set send_charset="us-ascii:utf-8"
73  #
74  # Name: send_charset
75  # Type: string
76 @@ -4019,6 +4029,7 @@
77  # 
78  # 
79  # set simple_search="~f %s | ~s %s"
80 +set simple_search="~f %s | ~C %s | ~s %s"
81  #
82  # Name: simple_search
83  # Type: string
84 @@ -4126,6 +4137,7 @@
85  # 
86  # 
87  # set sort=date
88 +set sort=threads
89  #
90  # Name: sort
91  # Type: sort order
92 @@ -4436,6 +4448,7 @@
93  # 
94  # 
95  # set thorough_search=yes
96 +set thorough_search=yes
97  #
98  # Name: thorough_search
99  # Type: boolean
100 @@ -4455,6 +4468,7 @@
101  # 
102  # 
103  # set tilde=no
104 +set tilde=yes
105  #
106  # Name: tilde
107  # Type: boolean
108 @@ -4772,3 +4786,4 @@
109  # in an X11 terminal emulator.
110  # 
111  # 
112 +source mutt_source-muttrc.d|
This page took 0.0405 seconds and 3 git commands to generate.