]> git.pld-linux.org Git - packages/mutt.git/blob - mutt-imap_recent.patch
- more, too bad this patch was applied incorrectly, thus never really in effect
[packages/mutt.git] / mutt-imap_recent.patch
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.078789 seconds and 3 git commands to generate.