aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-config.h')
-rw-r--r--mail/mail-config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/mail-config.h b/mail/mail-config.h
index b6dd15bd80..1e4699f773 100644
--- a/mail/mail-config.h
+++ b/mail/mail-config.h
@@ -274,6 +274,11 @@ const MailConfigIdentity *mail_config_get_default_identity (void);
const MailConfigService *mail_config_get_default_transport (void);
+/* uri's got changed by the store, etc */
+void mail_config_uri_renamed(GCompareFunc uri_cmp, const char *old, const char *new);
+void mail_config_uri_deleted(GCompareFunc uri_cmp, const char *uri);
+
+
GtkType evolution_mail_config_get_type (void);
/* convenience functions to help ease the transition over to the new codebase */
letions'>-3/+8 * Generate fontconfig cache on installation. This prevents cache creationTijl Coosemans2017-02-021-0/+6 * Enable i386 support to Linux CentOS 7 ports.Tijl Coosemans2017-02-011-0/+24 * Update Linux CentOS 7 ports to 7.3.1611. While 7.2 had semi-official i386Tijl Coosemans2017-01-191-24/+0