Update of /cvsroot/mahogany/M/src/mail
In directory usw-pr-cvs1:/tmp/cvs-serv16885/src/mail

Modified Files:
        MailFolder.cpp 
Log Message:
fixed incorrect number of folders returned by CloseAll() (harmless but resulted in a 
wrong message)

Index: MailFolder.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MailFolder.cpp,v
retrieving revision 1.288
retrieving revision 1.289
diff -b -u -2 -r1.288 -r1.289
--- MailFolder.cpp      13 Aug 2002 21:47:12 -0000      1.288
+++ MailFolder.cpp      27 Aug 2002 18:46:59 -0000      1.289
@@ -322,5 +322,5 @@
    for ( MailFolder *mf = MFPool::GetFirst(cookie);
          mf;
-         mf = MFPool::GetNext(cookie) )
+         mf = MFPool::GetNext(cookie), n++ )
    {
       mf->Close();



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to