]> git.pld-linux.org Git - packages/mutt.git/blame - mutt-imap_recent.patch
- BR: gpgme-devel >= 1:1.4.0
[packages/mutt.git] / mutt-imap_recent.patch
CommitLineData
7445998c
JK
1--- mutt-1.5.17/imap/browse.c.orig 2007-05-29 01:19:39.000000000 +0200
2+++ mutt-1.5.17/imap/browse.c 2007-11-13 16:04:18.000000000 +0100
3@@ -230,7 +230,7 @@
4
5 if ((status = imap_mboxcache_get (idata, mx.mbox, 0)))
6 {
7- state->new = status->unseen;
8+ state->new = status->recent;
9 state->messages = status->messages;
10 }
11
This page took 0.026877 seconds and 4 git commands to generate.