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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mail-mt.h b/mail/mail-mt.h
index e24a359b27..6ec2255bc7 100644
--- a/mail/mail-mt.h
+++ b/mail/mail-mt.h
@@ -58,7 +58,8 @@ void mail_msg_cancel(unsigned int msgid);
void mail_msg_wait(unsigned int msgid);
/* request a string/password */
-char *mail_get_password (CamelService *service, const char *prompt, gboolean secret);
+char *mail_get_password (CamelService *service, const char *prompt,
+ gboolean secret, gboolean *cache);
/* present information and get an ok (or possibly cancel)
* "type" is as for gnome_message_box_new();