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

Modified Files:
        wxComposeView.h wxMenuDefs.h 
Log Message:
added a possibility to configure what message (if any) we're replying to (part 
of bug 761)

Index: wxComposeView.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxComposeView.h,v
retrieving revision 1.99
retrieving revision 1.100
diff -b -u -2 -r1.99 -r1.100
--- wxComposeView.h     28 Sep 2004 10:36:02 -0000      1.99
+++ wxComposeView.h     27 Feb 2005 00:31:42 -0000      1.100
@@ -347,11 +347,16 @@
    SendMessage *BuildDraftMessage() const;
 
+   /// Configures whether this message is a reply to another one (menu handler)
+   void ConfigureInReplyTo();
+
+
    /// Destructor
    ~wxComposeView();
 
-   /// A list of all extra headerslines to add to header.
-   kbStringList m_ExtraHeaderLinesNames;
-   /// A list of all extra headerslines to add to header.
-   kbStringList m_ExtraHeaderLinesValues;
+   /// A list of all extra headers to add to header.
+   kbStringList m_extraHeadersNames;
+
+   /// A list of values corresponding to the names above.
+   kbStringList m_extraHeadersValues;
 
 private:

Index: wxMenuDefs.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxMenuDefs.h,v
retrieving revision 1.130
retrieving revision 1.131
diff -b -u -2 -r1.130 -r1.131
--- wxMenuDefs.h        12 Sep 2004 22:57:45 -0000      1.130
+++ wxMenuDefs.h        27 Feb 2005 00:31:42 -0000      1.131
@@ -292,4 +292,5 @@
    WXMENU_COMPOSE_EXTEDIT,
    WXMENU_COMPOSE_SEP4,
+   WXMENU_COMPOSE_IN_REPLY_TO,
    WXMENU_COMPOSE_CUSTOM_HEADERS,
    WXMENU_COMPOSE_END = WXMENU_COMPOSE_CUSTOM_HEADERS,



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