]> granicus.if.org Git - mutt/commit
Start to fix sidebar buffy modifications.
authorKevin McCarthy <kevin@8t8.us>
Sat, 4 Jun 2016 18:32:12 +0000 (11:32 -0700)
committerKevin McCarthy <kevin@8t8.us>
Sat, 4 Jun 2016 18:32:12 +0000 (11:32 -0700)
commit1c904be64dbb53fc5558bed2f942b795de2fc2a2
treedb82a300bd22a52dc00c86ec2a00f794a1826c01
parent41fe44d8a440300cd378ba854421dd02af2a68e7
Start to fix sidebar buffy modifications.

The extended buffy for mh had incorrect placement of the loop
brackets.  The counters weren't being incremented in the loop.

Fix extended buffy for maildir to count a maildir message as new if it
doesn't have the info delimeter.

Remove shortcircuits added to the basic buffy stating there is new
mail when (msg_unread > 0).  This is not necessarily true, depending
on $mail_check_recent.

Note: the extended buffy still needs more fixes, which will be done
when it is refactored into its own option.
buffy.c
mh.c