Update of /cvsroot/mahogany/M/include
In directory sc8-pr-cvs1:/tmp/cvs-serv6422/include
Modified Files:
ListReceiver.h MFilterLang.h
Log Message:
unicode fixes - src/gui is done
Index: ListReceiver.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/ListReceiver.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -u -2 -r1.2 -r1.3
--- ListReceiver.h 14 Oct 2002 21:47:43 -0000 1.2
+++ ListReceiver.h 12 Oct 2003 13:14:48 -0000 1.3
@@ -49,5 +49,5 @@
@param flags the attributes (combination of ASMailFolder::ATT_XXX values)
*/
- virtual void OnListFolder(const String& path, char delim, long flags) = 0;
+ virtual void OnListFolder(const String& path, wxChar delim, long flags) = 0;
/**
Index: MFilterLang.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MFilterLang.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -b -u -2 -r1.7 -r1.8
--- MFilterLang.h 26 Sep 2003 09:33:43 -0000 1.7
+++ MFilterLang.h 12 Oct 2003 13:14:48 -0000 1.8
@@ -20,35 +20,35 @@
/// X-Spam-Status: Yes header?
-#define SPAM_TEST_SPAMASSASSIN "spamassassin"
+#define SPAM_TEST_SPAMASSASSIN _T("spamassassin")
/// does the subject contain too many (unencoded) 8 bit chars?
-#define SPAM_TEST_SUBJ8BIT "subj8bit"
+#define SPAM_TEST_SUBJ8BIT _T("subj8bit")
/// does the subject contain too many capital letters?
-#define SPAM_TEST_SUBJCAPS "subjcaps"
+#define SPAM_TEST_SUBJCAPS _T("subjcaps")
/// is the subject of the "... xyz-12-foo"?
-#define SPAM_TEST_SUBJENDJUNK "subjendjunk"
+#define SPAM_TEST_SUBJENDJUNK _T("subjendjunk")
/// korean charset?
-#define SPAM_TEST_KOREAN "korean"
+#define SPAM_TEST_KOREAN _T("korean")
/// suspicious X-Authentication-Warning header?
-#define SPAM_TEST_XAUTHWARN "xauthwarn"
+#define SPAM_TEST_XAUTHWARN _T("xauthwarn")
/// suspicious Received: headers?
-#define SPAM_TEST_RECEIVED "received"
+#define SPAM_TEST_RECEIVED _T("received")
/// HTML contents at top level?
-#define SPAM_TEST_HTML "html"
+#define SPAM_TEST_HTML _T("html")
/// suspicious MIME structure?
-#define SPAM_TEST_MIME "badmime"
+#define SPAM_TEST_MIME _T("badmime")
/// no address in whitelist?
-#define SPAM_TEST_WHITE_LIST "whitelist"
+#define SPAM_TEST_WHITE_LIST _T("whitelist")
/// blacklisted by the RBL?
-#define SPAM_TEST_RBL "rbl"
+#define SPAM_TEST_RBL _T("rbl")
//@}
-------------------------------------------------------
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