mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-09 06:42:19 -04:00
Fixed: Count unsend Messages
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5.0@2650 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
6a8851d3da
commit
dc8978b401
1 changed files with 1 additions and 1 deletions
|
@ -1235,7 +1235,7 @@ void MessagesDialog::updateMessageSummaryList()
|
||||||
{
|
{
|
||||||
newInboxCount ++;
|
newInboxCount ++;
|
||||||
}
|
}
|
||||||
if ((it -> msgflags & RS_MSG_BOXMASK) == RS_MSG_OUTBOX && ((it -> msgflags & RS_MSG_NEW) == RS_MSG_NEW))
|
if ((it -> msgflags & RS_MSG_BOXMASK) == RS_MSG_OUTBOX )
|
||||||
{
|
{
|
||||||
newOutboxCount ++;
|
newOutboxCount ++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue