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