Update of /cvsroot/mahogany/M/src/classes
In directory usw-pr-cvs1:/tmp/cvs-serv7252/src/classes
Modified Files:
MApplication.cpp
Log Message:
fixed assert in IsMailDebuggingEnabled() during thei nitial setup (bug 656)
Index: MApplication.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/classes/MApplication.cpp,v
retrieving revision 1.254
retrieving revision 1.255
diff -b -u -2 -r1.254 -r1.255
--- MApplication.cpp 26 Apr 2002 23:15:32 -0000 1.254
+++ MApplication.cpp 25 May 2002 21:04:42 -0000 1.255
@@ -365,4 +365,9 @@
#endif // DEBUG
+ // set the mail debugging flag: as it soon will be possible to open mail
+ // folders and it should be set before IsMailDebuggingEnabled() can be
+ // called
+ m_debugMail = m_cmdLineOptions->debugMail;
+
// safe mode disables remote calls
if ( !m_cmdLineOptions->safe )
@@ -471,7 +476,4 @@
return false;
}
-
- // set the mail debugging flag: from now it's possible to open mail folders
- m_debugMail = m_cmdLineOptions->debugMail;
// extend path for commands, look in M's dirs first
_______________________________________________________________
Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates