From 329f0bbf778c2b03795846996ef3e18eebe39e7b Mon Sep 17 00:00:00 2001 From: siefca Date: Thu, 4 Mar 2004 17:25:04 +0000 Subject: [PATCH] - added patch for the default config file (sets mailbox location to ~/Mail/mbox) - release 6 Changed files: mutt-Muttrc_mbox_path.patch -> 1.1 mutt.spec -> 1.171 --- mutt-Muttrc_mbox_path.patch | 12 ++++++++++++ mutt.spec | 4 +++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 mutt-Muttrc_mbox_path.patch diff --git a/mutt-Muttrc_mbox_path.patch b/mutt-Muttrc_mbox_path.patch new file mode 100644 index 0000000..3beeb56 --- /dev/null +++ b/mutt-Muttrc_mbox_path.patch @@ -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 diff --git a/mutt.spec b/mutt.spec index 510917b..c665d36 100644 --- 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} -- 2.44.0