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

Modified Files:
        MailFolderCmn.cpp 
Log Message:
save messages to file with the headers

Index: MailFolderCmn.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MailFolderCmn.cpp,v
retrieving revision 1.93
retrieving revision 1.94
diff -b -u -2 -r1.93 -r1.94
--- MailFolderCmn.cpp   12 Jun 2002 14:30:32 -0000      1.93
+++ MailFolderCmn.cpp   15 Jun 2002 22:34:25 -0000      1.94
@@ -722,5 +722,5 @@
             pd->Update( 2*i + 1 );
 
-         if ( !msg->WriteToString(tmpstr, false /* no headers */) )
+         if ( !msg->WriteToString(tmpstr) )
          {
             wxLogError(_("Failed to get the text of the mesage to save."));


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas - 
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink

_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to