Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27860/src/gui
Modified Files:
wxComposeView.cpp
Log Message:
added GetUnquotedText(); use it to only look for attachment-indicating regex in
the part of the message the user actually wrote
Index: wxComposeView.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxComposeView.cpp,v
retrieving revision 1.403
retrieving revision 1.404
diff -b -u -2 -r1.403 -r1.404
--- wxComposeView.cpp 8 Apr 2006 19:06:14 -0000 1.403
+++ wxComposeView.cpp 8 Apr 2006 21:14:30 -0000 1.404
@@ -100,4 +100,5 @@
#include "Collect.h"
#include "ColourNames.h"
+#include "QuotedText.h"
#include "modules/Calendar.h"
@@ -4147,5 +4148,5 @@
{
case EditorContentPart::Type_Text:
- msgText += part->GetText();
+ msgText += GetUnquotedText(part->GetText(), m_Profile);
break;
-------------------------------------------------------
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