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

Modified Files:
        MailFolder.cpp 
Log Message:
fixed the bug with always quoting the message, even when the user chose not
to do it by adding special MailFolder::Params::NO_QUOTE value

also made Params::msgview const (and propagated constness elsewhere)


Index: MailFolder.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MailFolder.cpp,v
retrieving revision 1.279
retrieving revision 1.280
diff -b -u -2 -r1.279 -r1.280
--- MailFolder.cpp      13 May 2002 00:27:39 -0000      1.279
+++ MailFolder.cpp      28 Jun 2002 00:43:55 -0000      1.280
@@ -645,4 +645,7 @@
 // ----------------------------------------------------------------------------
 
+// special, invalid, value for Params::msgview member
+const MessageView *MailFolder::Params::NO_QUOTE = (MessageView *)-1;
+
 // extract the address string from List-Post header, return an empty string if
 // none found



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Bringing you mounds of caffeinated joy.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to