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

Modified Files:
        wxComposeView.h 
Log Message:
added a button to both access the dialog changing whether the message is a 
reply and to show the current status (closes bug 761)

Index: wxComposeView.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxComposeView.h,v
retrieving revision 1.100
retrieving revision 1.101
diff -b -u -2 -r1.100 -r1.101
--- wxComposeView.h     27 Feb 2005 00:31:42 -0000      1.100
+++ wxComposeView.h     27 Feb 2005 01:13:09 -0000      1.101
@@ -253,4 +253,22 @@
    void SetTextAppearance(wxTextCtrl *text);
 
+   /**
+      Return true if we're a reply to another message.
+
+      This doesn't simply check whether we have an original message but checks
+      if we have an In-Reply-To header.
+    */
+   bool IsInReplyTo() const;
+
+   /**
+      Configures whether this message is a reply to another one.
+
+      This is used for handling the menu command "Set if this is a reply" and
+      presents user with a dialog allowing to change this.
+
+      @return true if anything changed, false if nothing happened
+    */
+   bool ConfigureInReplyTo();
+
 protected:
    /** quasi-Constructor
@@ -347,7 +365,4 @@
    SendMessage *BuildDraftMessage() const;
 
-   /// Configures whether this message is a reply to another one (menu handler)
-   void ConfigureInReplyTo();
-
 
    /// Destructor



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to