Update of /cvsroot/mahogany/M/src/mail
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17524/src/mail
Modified Files:
MailFolder.cpp
Log Message:
added possibility to optionally reuse an existing composer when replying to the
same message second time
Index: MailFolder.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MailFolder.cpp,v
retrieving revision 1.318
retrieving revision 1.319
diff -b -u -2 -r1.318 -r1.319
--- MailFolder.cpp 16 Jan 2006 20:32:28 -0000 1.318
+++ MailFolder.cpp 12 Feb 2006 19:09:01 -0000 1.319
@@ -883,4 +883,11 @@
if ( !cv )
{
+ cv = Composer::CheckForExistingReply(msg);
+ if ( cv )
+ {
+ // we don't need any other initializations for an existing composer
+ return cv;
+ }
+
MailFolder::ReplyKind replyKind;
GetReplyKind(params, profile, replyKind);
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates