]> git.pld-linux.org Git - packages/mutt.git/commitdiff
- nicer default settings auto/th/mutt-1_5_14-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 25 Apr 2007 06:33:16 +0000 (06:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mutt-Muttrc.patch -> 1.1
    mutt.spec -> 1.196

mutt-Muttrc.patch [new file with mode: 0644]
mutt.spec

diff --git a/mutt-Muttrc.patch b/mutt-Muttrc.patch
new file mode 100644 (file)
index 0000000..cb2a76b
--- /dev/null
@@ -0,0 +1,54 @@
+diff -urN mutt-1.5.14.org/Muttrc mutt-1.5.14/Muttrc
+--- mutt-1.5.14.org/Muttrc     2007-04-25 08:29:15.220571000 +0200
++++ mutt-1.5.14/Muttrc 2007-04-25 08:31:58.895287410 +0200
+@@ -3692,6 +3692,7 @@
+ # a value of zero for this option suppresses the pause.
+ # 
+ # 
++set sort=threads
+ # set sort=date
+ #
+ # Name: sort
+@@ -3732,6 +3733,7 @@
+ #    unsorted (leave in order specified in .muttrc)
+ # 
+ # 
++set sort_aux=reverse-date
+ # set sort_aux=date
+ #
+ # Name: sort_aux
+@@ -3754,6 +3756,7 @@
+ # but kept to not break any existing configuration setting).
+ # 
+ # 
++set sort_browser=alpha
+ # set sort_browser=alpha
+ #
+ # Name: sort_browser
+@@ -4242,4 +4245,25 @@
+ # Controls whether mutt writes out the Bcc header when preparing
+ # messages to be sent.  Exim users may wish to unset this.
+ # 
+-# 
++#
++
++color hdrdefault red default
++color quoted brightblue default
++color signature red default
++color indicator brightyellow red
++color error brightred default
++color status yellow blue
++color tree magenta default      # the thread tree in the index menu
++color tilde magenta default
++color message brightcyan default
++color markers brightcyan default
++color attachment brightmagenta default
++color search default green      # how to hilite search patterns in the pager
++
++color header brightred default ^(From|Subject):
++color body magenta default "(ftp|http)://[^ ]+" # point out URLs
++color body magenta default [-a-z_0-9.]+@[-a-z_0-9.]+    # e-mail addresses
++color underline brightgreen default
++
++mono quoted bold
++ 
index 3ecb9f4aa8f0f96f2b16f5df2ca869c8a381304d..3f2d3ebe99ef1fa0e47fbf1ca7ba8b09b8f53759 100644 (file)
--- a/mutt.spec
+++ b/mutt.spec
@@ -19,7 +19,7 @@ Summary(tr.UTF-8):    Mutt elektronik posta programı
 Summary(uk.UTF-8):     Поштова клієнтська програма Mutt
 Name:          mutt
 Version:       1.5.14
-Release:       1
+Release:       2
 Epoch:         6
 License:       GPL
 Group:         Applications/Mail
@@ -47,6 +47,7 @@ Patch15:      %{name}-po.patch
 Patch16:       %{name}-vvv.nntp.patch
 Patch17:       %{name}-esmtp.patch
 Patch18:       %{name}-home_etc.patch
+Patch19:       %{name}-Muttrc.patch
 #PatchXXX:     %{name}-pgp_hook.patch
 URL:           http://www.mutt.org/
 BuildRequires: autoconf
@@ -153,6 +154,7 @@ Mutt - це невеликий, але потужний повноекранни
 %{?with_nntp:%patch16 -p1}
 %{?with_esmtp:%patch17 -p1}
 %{?with_home_etc:%patch18 -p1}
+%patch19 -p1
 
 # force regeneration (manual.sgml is modified by some patches)
 rm -f doc/{manual*.html,manual.txt}
This page took 0.20018 seconds and 4 git commands to generate.