]> git.pld-linux.org Git - packages/mutt.git/commitdiff
- Release: 2 auto/ti/mutt-1_5_17-2
authorJacek Konieczny <jajcus@pld-linux.org>
Tue, 13 Nov 2007 15:29:05 +0000 (15:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- 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)

Changed files:
    mutt.spec -> 1.213

mutt.spec

index 11986057cbc11b8efaec5a21cb956ed8ffb40b68..721bdb1c40b0f402a57f4f2fb721d71e3f8f326f 100644 (file)
--- a/mutt.spec
+++ b/mutt.spec
@@ -3,6 +3,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    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
 #
 %bcond_without sasl            # don't use sasl
 %bcond_without home_etc        # don't use home_etc
 #
@@ -18,7 +19,7 @@ Summary(tr.UTF-8):    Mutt elektronik posta programı
 Summary(uk.UTF-8):     Поштова клієнтська програма Mutt
 Name:          mutt
 Version:       1.5.17
 Summary(uk.UTF-8):     Поштова клієнтська програма Mutt
 Name:          mutt
 Version:       1.5.17
-Release:       1
+Release:       2
 Epoch:         6
 License:       GPL
 Group:         Applications/Mail
 Epoch:         6
 License:       GPL
 Group:         Applications/Mail
@@ -54,6 +55,8 @@ Patch18:      %{name}-Muttrc.patch
 Patch19:       %{name}-muttbug-tmp.patch
 Patch20:       %{name}-folder_columns.patch
 Patch21:       %{name}-nr.tag_prefix_cond.patch
 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
 URL:           http://www.mutt.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -160,6 +163,8 @@ Mutt - це невеликий, але потужний повноекранни
 %{?with_folder_column:%patch20 -p1}
 # disabled - changes default behaviour
 #%patch21 -p0
 %{?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}
 
 # force regeneration (manual.sgml is modified by some patches)
 rm -f doc/{manual*.html,manual.txt}
This page took 0.076769 seconds and 4 git commands to generate.