Ticket #2910 (closed defect: fixed)

Opened 18 months ago

Last modified 3 weeks ago

Number of new mails in change-folder view

Reported by: christof Owned by: brendan
Priority: major Milestone: 1.6
Component: IMAP Version: 1.5.16
Keywords: Cc:

Description

If you have new mails in a IMAP mailbox, you can display the count in the folder view with the macro %N. Now you read the mails and you would expect that this counter is reseted. But since version 1.5.15 this isn't (1.5.14 have the expected behavior). Even if you save the box the counter shows the old number of new emails.

If you need some kind of more information or a debug log, i can provide it. Just let me know.

Attachments

mutt-005-drow-unseen-count (3.5 kB) - added by drow 17 months ago.
Here's a hacky patch I have been using for this issue. I don't claim it's right…

Change History

Changed 18 months ago by christof

  • version set to 1.5.15

Changed 17 months ago by drow

Here's a hacky patch I have been using for this issue. I don't claim it's right...

Changed 17 months ago by brendan

This patch appears to remove the ability to distinguish between "new" and "old" unread messages over IMAP (which was finally fixed in 1.5.14 IIRC). You're not supposed to be prompted to open mailboxes that only have old messages.

I think the actual problem is that the mailbox display uses the buffy new count (only new messages), when what it should probably be doing is fetching the unseen count from the IMAP mailbox status cache.

Changed 14 months ago by christof

  • version changed from 1.5.15 to 1.5.16

In 1.5.16 it also doesn't work.

Changed 12 months ago by brendan

  • owner changed from mutt-dev to brendan
  • component changed from mutt to IMAP
  • milestone set to 1.6

Changed 2 months ago by mivok

This appears to be the same issue reported in #2897

Changed 3 weeks ago by brendan

  • status changed from new to closed
  • resolution set to fixed

Should be fixed in [ac00273b3a88].

Note: See TracTickets for help on using tickets.