diff options
Diffstat (limited to 'mail/mail.h')
-rw-r--r-- | mail/mail.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mail.h b/mail/mail.h index ef8bedc952..ecf49f4155 100644 --- a/mail/mail.h +++ b/mail/mail.h @@ -71,8 +71,8 @@ char *mail_get_message_body (CamelDataWrapper *data, gboolean want_plain, gboole char *mail_identify_mime_part (CamelMimePart *part, MailDisplay *md); /* component factory for lack of a better place */ -void mail_add_storage (CamelStore *store, const char *name, const char *uri); -void mail_load_storage_by_uri (GNOME_Evolution_Shell shell, const char *uri, const char *name); +void mail_add_storage (CamelStore *store, const char *name, const char *uri, gboolean auto_connect); +void mail_load_storage_by_uri (GNOME_Evolution_Shell shell, const char *uri, const char *name, gboolean auto_connect); /*takes a GSList of MailConfigServices */ void mail_load_storages (GNOME_Evolution_Shell shell, const GSList *sources, gboolean is_account_data); |