Merge pull request #2887 from thunder2/fix_msgs

Use all mails for the calculation of counts in MessagesDialog::update…
This commit is contained in:
csoler 2024-12-25 14:56:53 +01:00 committed by GitHub
commit 675b430833
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1296,7 +1296,7 @@ void MessagesDialog::updateMessageSummaryList()
/* calculating the new messages */
std::list<MsgInfoSummary> msgList;
rsMail->getMessageSummaries(mMessageModel->currentBox(),msgList);
rsMail->getMessageSummaries(Rs::Msgs::BoxName::BOX_ALL,msgList);
QMap<int, int> tagCount;