Update of /cvsroot/mahogany/M/src/mail
In directory usw-pr-cvs1:/tmp/cvs-serv28655/src/mail
Modified Files:
MailFolderCC.cpp
Log Message:
detect read recent messages as new too (not only unread)
Index: MailFolderCC.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MailFolderCC.cpp,v
retrieving revision 1.645
retrieving revision 1.646
diff -b -u -2 -r1.645 -r1.646
--- MailFolderCC.cpp 15 Oct 2002 14:32:11 -0000 1.645
+++ MailFolderCC.cpp 22 Oct 2002 10:27:19 -0000 1.646
@@ -4488,8 +4488,8 @@
// only find the new new messages, i.e. the ones which we hadn't reported
- // yet
+ // yet by searching only the messages after m_uidLastNew
UIdArray *uidsNew = SearchByFlag
(
- MSG_STAT_NEW,
+ MSG_STAT_RECENT, // not necessarily unread
SEARCH_SET | SEARCH_UNDELETED | SEARCH_UID,
m_uidLastNew == UID_ILLEGAL ? 0 : m_uidLastNew
-------------------------------------------------------
This sf.net emial is sponsored by: Influence the future of
Java(TM) technology. Join the Java Community Process(SM) (JCP(SM))
program now. http://ad.doubleclick.net/clk;4699841;7576301;v?
http://www.sun.com/javavote
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates