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

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

Index: HeadersDialogs.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/HeadersDialogs.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -u -2 -r1.6 -r1.7
--- HeadersDialogs.h    15 Sep 2003 17:01:35 -0000      1.6
+++ HeadersDialogs.h    27 Feb 2005 00:31:37 -0000      1.7
@@ -81,5 +81,5 @@
     @param headerValue [out] the value of the header
     @param storedInProfile [out] TRUE if the entry was remembered
-    @parent type [in] for which messages should we remember this header?
+    @param type [in] for which messages should we remember this header?
     @return true if Ok button was pressed, false otherwise
  */
@@ -97,3 +97,16 @@
 extern bool ConfigureCustomHeaders(Profile *profile, wxWindow *parent);
 
+/**
+   Show the dialog allowing the user to change whether this message is new in
+   its thread or a reply to an existing one.
+
+   @param messageid [in/out] the message id of the message we're or should be
+                    a reply to: on input the current value, on return the value
+                    which the user entered; in both cases empty string means
+                    that this is/should not be a reply at all
+   @param parent the parent window
+   @return true if there were any changes, false otherwise
+ */
+extern bool ConfigureInReplyToHeader(String *messageid, wxWindow *parent);
+
 #endif // _HEADERDIALOGS_H



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