aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-callbacks.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-callbacks.h')
-rw-r--r--mail/mail-callbacks.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/mail-callbacks.h b/mail/mail-callbacks.h
index e1c6ebaeca..b293edc7bb 100644
--- a/mail/mail-callbacks.h
+++ b/mail/mail-callbacks.h
@@ -31,13 +31,14 @@
#ifdef __cplusplus
extern "C" {
#pragma }
-#endif /* __cplusplus }*/
+#endif /* __cplusplus */
/* these are the possible modes for replying */
enum {
REPLY_SENDER,
REPLY_LIST,
REPLY_ALL,
+ REPLY_POST,
REPLY_NO_QUOTE = 0x80 /* dont quote reply */
};
@@ -54,6 +55,9 @@ void forward_quoted (GtkWidget *widget, gpointer user_data);
void forward_attached (GtkWidget *widget, gpointer user_data);
void forward (GtkWidget *widget, gpointer user_data);
+void post_message (GtkWidget *widget, gpointer user_data);
+void post_reply (GtkWidget *widget, gpointer user_data);
+
void redirect (GtkWidget *widget, gpointer user_data);
void reply_to_sender (GtkWidget *widget, gpointer user_data);