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

Modified Files:
        MFolder.cpp 
Log Message:
use the default mailbox format for the temp folders, not an invalid one

Index: MFolder.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/classes/MFolder.cpp,v
retrieving revision 1.88
retrieving revision 1.89
diff -b -u -2 -r1.88 -r1.89
--- MFolder.cpp 11 Oct 2002 20:03:51 -0000      1.88
+++ MFolder.cpp 31 Oct 2002 21:19:07 -0000      1.89
@@ -108,8 +108,9 @@
       m_flags = 0;
 
-      m_format = FileMbox_Max;
-
       m_profile = profile ? profile : mApplication->GetProfile();
       m_profile->IncRef();
+
+      m_format = (FileMailboxFormat)(long)
+                  READ_CONFIG(m_profile, MP_FOLDER_FILE_DRIVER);
    }
 



-------------------------------------------------------
This sf.net email is sponsored by: Influence the future 
of Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to