]> git.pld-linux.org Git - packages/mutt.git/blob - mutt-Muttrc.patch
- S: mailcap
[packages/mutt.git] / mutt-Muttrc.patch
1 diff -urN mutt-1.5.14.org/Muttrc mutt-1.5.14/Muttrc
2 --- mutt-1.5.14.org/Muttrc      2007-04-25 08:29:15.220571000 +0200
3 +++ mutt-1.5.14/Muttrc  2007-04-25 08:31:58.895287410 +0200
4 @@ -3692,6 +3692,7 @@
5  # a value of zero for this option suppresses the pause.
6  # 
7  # 
8 +set sort=threads
9  # set sort=date
10  #
11  # Name: sort
12 @@ -3732,6 +3733,7 @@
13  #    unsorted (leave in order specified in .muttrc)
14  # 
15  # 
16 +set sort_aux=reverse-date
17  # set sort_aux=date
18  #
19  # Name: sort_aux
20 @@ -3754,6 +3756,7 @@
21  # but kept to not break any existing configuration setting).
22  # 
23  # 
24 +set sort_browser=alpha
25  # set sort_browser=alpha
26  #
27  # Name: sort_browser
28 @@ -4242,4 +4245,25 @@
29  # Controls whether mutt writes out the Bcc header when preparing
30  # messages to be sent.  Exim users may wish to unset this.
31  # 
32 -# 
33 +#
34 +
35 +color hdrdefault red default
36 +color quoted brightblue default
37 +color signature red default
38 +color indicator brightyellow red
39 +color error brightred default
40 +color status yellow blue
41 +color tree magenta default      # the thread tree in the index menu
42 +color tilde magenta default
43 +color message brightcyan default
44 +color markers brightcyan default
45 +color attachment brightmagenta default
46 +color search default green      # how to hilite search patterns in the pager
47 +
48 +color header brightred default ^(From|Subject):
49 +color body magenta default "(ftp|http)://[^ ]+" # point out URLs
50 +color body magenta default [-a-z_0-9.]+@[-a-z_0-9.]+    # e-mail addresses
51 +color underline brightgreen default
52 +
53 +mono quoted bold
54
This page took 0.031138 seconds and 3 git commands to generate.