]> git.pld-linux.org Git - packages/mutt.git/commitdiff
- added patch for the default config file (sets mailbox location to ~/Mail/mbox)
authorsiefca <siefca@pld-linux.org>
Thu, 4 Mar 2004 17:25:04 +0000 (17:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 6

Changed files:
    mutt-Muttrc_mbox_path.patch -> 1.1
    mutt.spec -> 1.171

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

diff --git a/mutt-Muttrc_mbox_path.patch b/mutt-Muttrc_mbox_path.patch
new file mode 100644 (file)
index 0000000..3beeb56
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Nur mutt-1.4.2.1.orig/Muttrc mutt-1.4.2.1/Muttrc
+--- mutt-1.4.2.1.orig/Muttrc   2004-03-04 18:10:37.000000000 +0100
++++ mutt-1.4.2.1/Muttrc        2004-03-04 18:17:10.000000000 +0100
+@@ -1360,7 +1360,7 @@
+ # will be shown. The match is always case-sensitive.
+ # 
+ # 
+-# set mbox="~/mbox"
++set mbox="~/Mail/mbox"
+ #
+ # Name: mbox
+ # Type: path
index 510917b40a46787df5b81066feacb9f5e897caa6..c665d363ecdbe0646c2ac9a01a0e7f3c7ff8a6c7 100644 (file)
--- a/mutt.spec
+++ b/mutt.spec
@@ -18,7 +18,7 @@ Summary(tr):  Mutt elektronik posta program
 Summary(uk):   ðÏÛÔÏ×Á Ë̦¤ÎÔÓØËÁ ÐÒÏÇÒÁÍÁ Mutt
 Name:          mutt
 Version:       1.4.2.1
-Release:       4
+Release:       5
 Epoch:         6
 License:       GPL
 Group:         Applications/Mail
@@ -49,6 +49,7 @@ Patch19:      %{name}-nntp.patch
 Patch20:       %{name}-esmtp.patch
 Patch21:       %{name}-home_etc.patch
 Patch22:       %{name}-kill_warnings.patch
+Patch23:       %{name}-Muttrc_mbox_path.patch
 URL:           http://www.mutt.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -150,6 +151,7 @@ Mutt - 
 %{?with_esmtp:%patch20 -p1}
 %{?with_home_etc:%patch21 -p1}
 %patch22 -p1
+%patch23 -p1
 
 # force regeneration (manual.sgml is modified by some patches)
 rm -f doc/{manual*.html,manual.txt}
This page took 0.034332 seconds and 4 git commands to generate.