#3409: IMAP-folder added to "mailboxes" per "imap_check_subscribed" won't report new mail on start but only later --------------------+------------------------------------------------------- Reporter: rado | Owner: me Type: defect | Status: accepted Priority: major | Milestone: 1.6 Component: IMAP | Version: 1.5.20 Keywords: | --------------------+------------------------------------------------------- Changes (by me):
* owner: brendan => me * status: new => accepted * milestone: => 1.6 Comment: I saw this today as well. Problem is here in cmd_parse_status() [imap/command.c:998]: else if (!olduv && !oldun) /* first check per session, use recent. might need a flag for this. */ inc->new = status->recent; Only when starting up, if there are no RECENT messages, buffy will not report any new mail, even when there are UNSEEN. I'm trying to figure out why you'd want to do this. -- Ticket URL: <http://dev.mutt.org/trac/ticket/3409#comment:1> Mutt <http://www.mutt.org/> The Mutt mail user agent