Re: sequences
Patrick Carr <[email protected]>
| Newsgroups | gmane.mail.exmh.devel |
|---|---|
| Message-ID | <[email protected]> |
On Thursday, April 17, Patrick Carr wrote: > > * My spam folder is specifically not in the Folder-unseen list. When I > change into this folder, its unseen messages are listed in the sequences > window and the main window title is changed to reflect the change in the > unseen sequence. This is all fine. But under 2.5, if I switched out of the > spam folder, the next time flist ran in the background, the unseen count > would change to reflect NOT counting those messages in the spam folder. > Under 2.6.3, this does not happen; it only happens when I specifically > click the "Flist" button. So it seems to me the background and foreground > flists are different, maybe? To answer my own question, exmh-bg runs FlistFindSeqs with reset=0, which is some processor/time savings. It also makes some amount of sense for the bg process to not be deleting messages from unseen. I considered patching FlistFindSeqsInner so it unsets unseen for folders not in $flist(unseenfolders), but I don't think it's really worth it. Pat