Do not flag existing messages as recent.
This commit is contained in:
parent
58bad6e488
commit
6eaf199c69
@ -95,7 +95,7 @@ bool POP3Message::isExpunged() const
|
|||||||
|
|
||||||
int POP3Message::getFlags() const
|
int POP3Message::getFlags() const
|
||||||
{
|
{
|
||||||
int flags = FLAG_RECENT;
|
int flags = 0;
|
||||||
|
|
||||||
if (m_deleted)
|
if (m_deleted)
|
||||||
flags |= FLAG_DELETED;
|
flags |= FLAG_DELETED;
|
||||||
|
Loading…
Reference in New Issue
Block a user