diff --git a/retroshare-gui/src/gui/MessagesDialog.cpp b/retroshare-gui/src/gui/MessagesDialog.cpp index ee3addf0f..5f0be654b 100644 --- a/retroshare-gui/src/gui/MessagesDialog.cpp +++ b/retroshare-gui/src/gui/MessagesDialog.cpp @@ -1235,7 +1235,7 @@ void MessagesDialog::updateMessageSummaryList() { 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 ++; }