On Mon, 21 Oct 2002 14:57:59 +0200 Xavier Nodet <[EMAIL PROTECTED]> wrote:
XN> On Sun, 20 Oct 2002 15:23:28 -0700 (PDT) Michael A Chase <[EMAIL PROTECTED]> wrote: XN> XN> > On Sun, 20 Oct 2002 18:20:32 +0200 Xavier Nodet <[EMAIL PROTECTED]> wrote: XN> XN> >> MailFolderCC.cpp, starting from 4489, in the OnNewMail method: XN> >> XN> >> // only find the new new messages, i.e. the ones which we hadn't XN> >> reported XN> >> // yet XN> >> UIdArray *uidsNew = SearchByFlag XN> >> ( XN> >> MSG_STAT_NEW, XN> >> SEARCH_SET | SEARCH_UNDELETED | SEARCH_UID, XN> XN> > Can you try changing MSG_STAT_NEW to MSG_STAT_RECENT? XN> XN> I was quite affraid to break something in the new mail notification XN> mechanism, but indeed it seems to work. Yes, I think this change is ok. I had assumed that all new messages were going to be unread anyhow, but as your example shows this is not always true. I'm going to check this change in and we'll see if anything bad happens. Thanks, VZ ------------------------------------------------------- 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-Developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
