mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-03-15 03:26:41 -04:00
Use all mails for the calculation of counts in MessagesDialog::updateMessageSummaryList, not just the current selected box
This commit is contained in:
parent
3248a06134
commit
00241d6252
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user