Revision: 7415
          http://mahogany.svn.sourceforge.net/mahogany/?rev=7415&view=rev
Author:   vadz
Date:     2008-04-12 19:22:11 -0700 (Sat, 12 Apr 2008)

Log Message:
-----------
dont store the bounced messages in "Sent Mail" folder

Modified Paths:
--------------
    trunk/M/src/gui/wxMsgCmdProc.cpp

Modified: trunk/M/src/gui/wxMsgCmdProc.cpp
===================================================================
--- trunk/M/src/gui/wxMsgCmdProc.cpp    2008-04-13 02:19:31 UTC (rev 7414)
+++ trunk/M/src/gui/wxMsgCmdProc.cpp    2008-04-13 02:22:11 UTC (rev 7415)
@@ -1099,6 +1099,10 @@
       }
 
       sendMsg->SetAddresses(address);
+
+      // there is no need to store bounced messages in "sent mail" folder
+      sendMsg->SetFcc("");
+
       if ( !sendMsg->SendOrQueue() )
       {
          ERRORMESSAGE((_("Failed to bounce the message.")));


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to