Opened 6 years ago
Closed 5 years ago
#1484374 closed Feature Requests (fixed)
Count new messages in all folders
| Reported by: | peguca | Owned by: | thomasb |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.2-stable |
| Component: | User Interface | Version: | git-master |
| Severity: | normal | Keywords: | folder list message new |
| Cc: | jp.joao@…, alex@…, ivan@… |
Description
Folder list don't count new messages in all folders, just on INBOX.
I have mail rules that send messages to a specified folder and when I receive new messages on that folder the folder list seems to "Not see" the messages.
While on the INBOX folder usually appear the number of new messages, on all other folders it seems that not happens the same, seems like that this process is not automatic our simply doesn't work.
Change History (14)
comment:1 follow-ups: ↓ 2 ↓ 6 ↓ 7 Changed 6 years ago by thomasb
comment:2 in reply to: ↑ 1 Changed 6 years ago by peguca
Replying to thomasb
thomasb, probably if in the folder settings we had an option "check for new messages" with a bool option to set what folder should RC check for new messages this could be solved in a "short code period" and maybe included in rc1 our SVN versions after the may 18th release.
As default just INBOX should be checked in order to maintain the structure that is available nowadays and this stuff added as optional arguments.
comment:3 Changed 6 years ago by x3ja
Has this got anywhere? It's a feature I'd really appreciate
comment:4 Changed 6 years ago by x3ja
- Cc alex@… added
comment:5 Changed 6 years ago by thomasb
- Summary changed from Folder list don't count new messages in all folders to Count new messages in all folders
- Type changed from Bugs to Feature Requests
Marked ticket #1484497 as a duplicate of this.
comment:6 in reply to: ↑ 1 Changed 6 years ago by Etarion
Replying to thomasb:
Thunderbird does not update the unread count correctly unless I specify that this specific mailbox needs to be checked for new messages.
Not true, see the mail.check_all_imap_folders_for_new setting (about:config), if you set that all mailboxes will be checked for new messages.
comment:7 in reply to: ↑ 1 Changed 5 years ago by Luzifer
Replying to thomasb:
Those values are cached because of performance issues. You can turn off caching and try if it then shows the right message count.
Thunderbird does not update the unread count correctly unless I specify that this specific mailbox needs to be checked for new messages.
Maybe we should configure the list of mailboxes that need to be updated like INBOX.
Are there plans to build in that feature? If yes: In which version would it be into the source? I'm using current SVN and don't have it.
The solution mentioned in commment 1 is not working. All my subfolders are not updated after calling the page. The only folder which got updates is the INBOX itself.
comment:9 Changed 5 years ago by thomasb
- Milestone changed from 0.1.1 to 0.1.5
comment:10 Changed 5 years ago by thomasb
- Milestone changed from 0.1.5 to 0.4-beta
comment:11 Changed 5 years ago by thomasb
- Component changed from Interface to User Interface
comment:12 Changed 5 years ago by user
- Cc ivan@… added
This is very needed feature. Does anybody knows if there any patch that implement this thing?
Does this feature exist in trunk?
comment:13 Changed 5 years ago by thomasb
- Milestone changed from 0.4-beta to 0.2-stable
- Owner set to thomasb
- Status changed from new to assigned
comment:14 Changed 5 years ago by thomasb
- Resolution set to fixed
- Status changed from assigned to closed
Added in [2fd97507]

Those values are cached because of performance issues. You can turn off caching and try if it then shows the right message count.
Thunderbird does not update the unread count correctly unless I specify that this specific mailbox needs to be checked for new messages.
Maybe we should configure the list of mailboxes that need to be updated like INBOX.