aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-tag-followup.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/message-tag-followup.h')
-rw-r--r--mail/message-tag-followup.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/message-tag-followup.h b/mail/message-tag-followup.h
index 75161a4e76..0245809754 100644
--- a/mail/message-tag-followup.h
+++ b/mail/message-tag-followup.h
@@ -69,6 +69,8 @@ struct _MessageTagFollowUp {
struct _FollowUpTag *tag;
char *value;
+ GtkCList *message_list;
+
GtkOptionMenu *type;
GtkWidget *none;
@@ -94,6 +96,10 @@ const char *message_tag_followup_i18n_name (int type);
MessageTagEditor *message_tag_followup_new (void);
+void message_tag_followup_append_message (MessageTagFollowUp *editor,
+ const char *from,
+ const char *subject);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */