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

Modified Files:
        wxComposeView.h 
Log Message:
added possibility to optionally reuse an existing composer when replying to the 
same message second time

Index: wxComposeView.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxComposeView.h,v
retrieving revision 1.107
retrieving revision 1.108
diff -b -u -2 -r1.107 -r1.108
--- wxComposeView.h     12 Feb 2006 17:19:47 -0000      1.107
+++ wxComposeView.h     12 Feb 2006 19:09:00 -0000      1.108
@@ -114,4 +114,13 @@
    void SetOriginal(Message *original);
 
+   /**
+      Return true if this composer is a reply or followup for the given
+      message.
+
+      @param message the message to compare with
+    */
+   bool IsReplyTo(const Message& original) const;
+
+
    // implement Composer pure virtuals
    virtual void InitText(Message *msg = NULL, const MessageView *msgview = 
NULL);



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to