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

Modified Files:
        wxComposeView.h 
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: wxComposeView.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxComposeView.h,v
retrieving revision 1.83
retrieving revision 1.84
diff -b -u -2 -r1.83 -r1.84
--- wxComposeView.h     13 May 2002 00:27:39 -0000      1.83
+++ wxComposeView.h     28 Jun 2002 00:43:55 -0000      1.84
@@ -99,5 +99,5 @@
 
    // implement Composer pure virtuals
-   virtual void InitText(Message *msg = NULL, MessageView *msgview = NULL);
+   virtual void InitText(Message *msg = NULL, const MessageView *msgview = NULL);
    virtual void Launch();
    virtual void InsertFile(const char *filename = NULL,
@@ -257,5 +257,5 @@
 
    /// InitText() helper
-   void DoInitText(Message *msg, MessageView *msgview = NULL);
+   void DoInitText(Message *msg, const MessageView *msgview = NULL);
 
    /// InsertData() and InsertFile() helper
@@ -502,5 +502,5 @@
                            const String& templateValue,
                            Message *msgOriginal,
-                           MessageView *msgview = NULL);
+                           const MessageView *msgview = NULL);
 
 #endif // WXCOMPOSEVIEW_H



-------------------------------------------------------
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