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

Modified Files:
        SendMessageCC.cpp 
Log Message:
assume that wxFONTENCODING_SYSTEM means 7bit data

Index: SendMessageCC.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/SendMessageCC.cpp,v
retrieving revision 1.215
retrieving revision 1.216
diff -b -u -2 -r1.215 -r1.216
--- SendMessageCC.cpp   7 Oct 2003 12:42:00 -0000       1.215
+++ SendMessageCC.cpp   12 Oct 2003 11:30:45 -0000      1.216
@@ -1287,5 +1287,5 @@
          // 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 ( strutil_is7bit(data) )
+         if ( enc == wxFONTENCODING_SYSTEM || strutil_is7bit(data) )
          {
             bdy->encoding = ENC7BIT;



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to