SPECS: mutt.spec - Release: 2 - patch fixing new message count for...
jajcus
jajcus at pld-linux.org
Tue Nov 13 16:29:10 CET 2007
Author: jajcus Date: Tue Nov 13 15:29:10 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- Release: 2
- patch fixing new message count for Courier-IMAP folders (http://dev.mutt.org/trac/ticket/2897)
- optional patch to use 'RECENT' instead of 'UNSEEN' as new message counter for IMAP folders (imap_recent bcond)
---- Files affected:
SPECS:
mutt.spec (1.212 -> 1.213)
---- Diffs:
================================================================
Index: SPECS/mutt.spec
diff -u SPECS/mutt.spec:1.212 SPECS/mutt.spec:1.213
--- SPECS/mutt.spec:1.212 Fri Nov 2 14:43:29 2007
+++ SPECS/mutt.spec Tue Nov 13 16:29:05 2007
@@ -4,6 +4,7 @@
%bcond_with slang # use slang library instead of ncurses
%bcond_with nntp # use VVV's NNTP patch
%bcond_with folder_column # build with folder_column patch
+%bcond_with imap_recent # show IMAP RECENT messages as new (instead of UNSEEN)
%bcond_without sasl # don't use sasl
%bcond_without home_etc # don't use home_etc
#
@@ -19,7 +20,7 @@
Summary(uk.UTF-8): Поштова клієнтська програма Mutt
Name: mutt
Version: 1.5.17
-Release: 1
+Release: 2
Epoch: 6
License: GPL
Group: Applications/Mail
@@ -55,6 +56,8 @@
Patch19: %{name}-muttbug-tmp.patch
Patch20: %{name}-folder_columns.patch
Patch21: %{name}-nr.tag_prefix_cond.patch
+Patch22: %{name}-imap_mxcmp.patch
+Patch23: %{name}-imap_recent.patch
URL: http://www.mutt.org/
BuildRequires: autoconf
BuildRequires: automake
@@ -161,6 +164,8 @@
%{?with_folder_column:%patch20 -p1}
# disabled - changes default behaviour
#%patch21 -p0
+%patch22 -p1
+%{?with_imap_recent:%patch23 -p1}
# force regeneration (manual.sgml is modified by some patches)
rm -f doc/{manual*.html,manual.txt}
@@ -249,6 +254,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.213 2007-11-13 15:29:05 jajcus
+- Release: 2
+- patch fixing new message count for Courier-IMAP folders (http://dev.mutt.org/trac/ticket/2897)
+- optional patch to use 'RECENT' instead of 'UNSEEN' as new message counter for IMAP folders (imap_recent bcond)
+
Revision 1.212 2007-11-02 13:43:29 adamg
- updated to 1.5.17
- update pl.pl-update, rr.compress patches
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mutt.spec?r1=1.212&r2=1.213&f=u
More information about the pld-cvs-commit
mailing list