diff options
Diffstat (limited to 'mail/em-utils.h')
-rw-r--r-- | mail/em-utils.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/em-utils.h b/mail/em-utils.h index 7e627c414c..587e2c18b7 100644 --- a/mail/em-utils.h +++ b/mail/em-utils.h @@ -102,6 +102,10 @@ char *em_utils_folder_name_from_uri (const char *uri); char *em_uri_from_camel (const char *curi); char *em_uri_to_camel (const char *euri); +/* Run errors silently on the status bar */ +void em_utils_show_error_silent (struct _GtkWidget *widget); +void em_utils_show_info_silent (struct _GtkWidget *widget); + /* is this address in the addressbook? caches results */ gboolean em_utils_in_addressbook(struct _CamelInternetAddress *addr); struct _CamelMimePart *em_utils_contact_photo (struct _CamelInternetAddress *addr, gboolean local); |