]> git.pld-linux.org Git - packages/mutt.git/commitdiff
- patch to use 'RECENT' instead of 'UNSEEN' as new message counter for IMAP folders
authorJacek Konieczny <jajcus@pld-linux.org>
Tue, 13 Nov 2007 15:27:50 +0000 (15:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mutt-imap_recent.patch -> 1.1

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

diff --git a/mutt-imap_recent.patch b/mutt-imap_recent.patch
new file mode 100644 (file)
index 0000000..f40b24b
--- /dev/null
@@ -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;
+   }
This page took 0.052595 seconds and 4 git commands to generate.