Update of /cvsroot/mahogany/M/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27949/include

Modified Files:
        Moptions.h 
Log Message:
changed default attachment regex to use \< instead of [[:<:]]; map the former 
to the latter when using wx built-in regex library

Index: Moptions.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Moptions.h,v
retrieving revision 1.103
retrieving revision 1.104
diff -b -u -2 -r1.103 -r1.104
--- Moptions.h  8 Apr 2006 19:06:13 -0000       1.103
+++ Moptions.h  9 Apr 2006 00:41:03 -0000       1.104
@@ -2022,5 +2022,5 @@
 #define   MP_CHECK_FORGOTTEN_ATTACHMENTS_DEFVAL 1L
 /// regex to use for the attachments check
-#define   MP_CHECK_ATTACHMENTS_REGEX_DEFVAL _T("[[:<:]](attach|enclose)")
+#define   MP_CHECK_ATTACHMENTS_REGEX_DEFVAL _T("\\<(attach|enclose)")
 //@}
 /// highlight signature?



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to