-rw-r--r-- | noncore/net/mail/libmailwrapper/statusmail.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/noncore/net/mail/libmailwrapper/statusmail.cpp b/noncore/net/mail/libmailwrapper/statusmail.cpp index 7e14df3..4d87e56 100644 --- a/noncore/net/mail/libmailwrapper/statusmail.cpp +++ b/noncore/net/mail/libmailwrapper/statusmail.cpp @@ -82,2 +82,4 @@ void StatusMail::check_current_stat(folderStat&targetStat) odebug << "Pop3 last: " << lastPop3Stat.message_count << "" << oendl; + +#if 0 if (currentPop3Stat.message_count > lastPop3Stat.message_count) { @@ -89,2 +91,6 @@ void StatusMail::check_current_stat(folderStat&targetStat) } +#else + currentPop3Stat.message_recent = currentPop3Stat.message_unseen=currentPop3Stat.message_count; +#endif + targetStat = currentImapStat; |