aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-mt.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-mt.h')
-rw-r--r--mail/mail-mt.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/mail-mt.h b/mail/mail-mt.h
index 002d8b796c..ac199af239 100644
--- a/mail/mail-mt.h
+++ b/mail/mail-mt.h
@@ -68,8 +68,10 @@ void mail_status(const char *msg);
/* request a string/password */
char *mail_get_password (const char *prompt, gboolean secret);
-/* request a yes/no response as to whether or not to accept (a certificate?) */
-gboolean mail_get_accept (const char *prompt);
+/* present information and get an ok (or possibly cancel)
+ * "type" is as for gnome_message_box_new();
+ */
+gboolean mail_user_message (const char *type, const char *prompt, gboolean allow_cancel);
/* forward a camel event (or other call) to the gui thread */
int mail_proxy_event(CamelObjectEventHookFunc func, CamelObject *o, void *event_data, void *data);