Revision: 7329
          http://mahogany.svn.sourceforge.net/mahogany/?rev=7329&view=rev
Author:   vadz
Date:     2007-08-21 08:51:45 -0700 (Tue, 21 Aug 2007)

Log Message:
-----------
send all 7 bit messages as US-ASCII, not only if their encoding is not set

Modified Paths:
--------------
    trunk/M/src/mail/SendMessageCC.cpp

Modified: trunk/M/src/mail/SendMessageCC.cpp
===================================================================
--- trunk/M/src/mail/SendMessageCC.cpp  2007-08-21 15:49:13 UTC (rev 7328)
+++ trunk/M/src/mail/SendMessageCC.cpp  2007-08-21 15:51:45 UTC (rev 7329)
@@ -1499,7 +1499,7 @@
       case TYPETEXT:
          // if the actual message text is in 7 bit, avoid encoding it even if
          // some charset which we would have normally encoded was used
-         if ( enc == wxFONTENCODING_SYSTEM && !NeedsToBeEncoded(data) )
+         if ( !NeedsToBeEncoded(data) )
          {
             bdy->encoding = ENC7BIT;
          }


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: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to