Do not flag existing messages as recent.

This commit is contained in:
Vincent Richard 2014-01-19 17:27:23 +01:00
parent 58bad6e488
commit 6eaf199c69

View File

@ -95,7 +95,7 @@ bool POP3Message::isExpunged() const
int POP3Message::getFlags() const
{
int flags = FLAG_RECENT;
int flags = 0;
if (m_deleted)
flags |= FLAG_DELETED;