SOURCES: mutt-imap_recent.patch (NEW) - patch to use 'RECENT' inst...

jajcus jajcus at pld-linux.org
Tue Nov 13 16:27:55 CET 2007


Author: jajcus                       Date: Tue Nov 13 15:27:55 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- patch to use 'RECENT' instead of 'UNSEEN' as new message counter for IMAP folders

---- Files affected:
SOURCES:
   mutt-imap_recent.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/mutt-imap_recent.patch
diff -u /dev/null SOURCES/mutt-imap_recent.patch:1.1
--- /dev/null	Tue Nov 13 16:27:55 2007
+++ SOURCES/mutt-imap_recent.patch	Tue Nov 13 16:27:50 2007
@@ -0,0 +1,11 @@
+--- mutt-1.5.17/imap/browse.c.orig	2007-05-29 01:19:39.000000000 +0200
++++ mutt-1.5.17/imap/browse.c	2007-11-13 16:04:18.000000000 +0100
+@@ -230,7 +230,7 @@
+ 
+   if ((status = imap_mboxcache_get (idata, mx.mbox, 0)))
+   {
+-    state->new = status->unseen;
++    state->new = status->recent;
+     state->messages = status->messages;
+   }
+ 
================================================================


More information about the pld-cvs-commit mailing list