[GH-ISSUE #118] Message statistics #99

Closed
opened 2026-02-25 21:34:09 +03:00 by kerem · 1 comment
Owner

Originally created by @chlarsen on GitHub (Sep 27, 2016).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/118

Originally assigned to: @jasonmunro on GitHub.

Dear Jason,
It is great to have those new indicators of new (unread) messages per folder and per screen lot. However, I think the calculation is not yet quite right:
For instance, in a folder with 150 new messages, it gives me 20 as indicator next to the mail folder name, because 20 was also the "Max messages per source" setting - is if it could not see beyond the rim of the "Max messages per source" field.
Am I missing something? Thanks a lot,
Chris

Originally created by @chlarsen on GitHub (Sep 27, 2016). Original GitHub issue: https://github.com/cypht-org/cypht/issues/118 Originally assigned to: @jasonmunro on GitHub. Dear Jason, It is great to have those new indicators of new (unread) messages per folder and per screen lot. However, I think the calculation is not yet quite right: For instance, in a folder with 150 new messages, it gives me 20 as indicator next to the mail folder name, because 20 was also the "Max messages per source" setting - is if it could not see beyond the rim of the "Max messages per source" field. Am I missing something? Thanks a lot, Chris
kerem 2026-02-25 21:34:09 +03:00
  • closed this issue
  • added the
    imap
    label
Author
Owner

@jasonmunro commented on GitHub (Sep 27, 2016):

weird. The unread indicator next to the "unread" combined page is limited by the max_per_source (which I just bumped to 1000), but the indicators next to the folders themselves in the "email" section of the folder list should be correct. They are taken from the IMAP STATUS command on the mailbox, which returns a total number of unread for that folder. They are correct for my accounts.

<!-- gh-comment-id:250002394 --> @jasonmunro commented on GitHub (Sep 27, 2016): weird. The unread indicator next to the "unread" combined page is limited by the max_per_source (which I just bumped to 1000), but the indicators next to the folders themselves in the "email" section of the folder list should be correct. They are taken from the IMAP STATUS command on the mailbox, which returns a total number of unread for that folder. They are correct for my accounts.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#99
No description provided.