From 510eb1f01695c5d92df90bb3a2d2fbbc2bec8f40 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Thu, 10 Jan 2008 09:31:07 +0000 Subject: ** Most of the errors are now non-intrusive 2008-01-10 Srinivasa Ragavan ** Most of the errors are now non-intrusive * em-folder-utils.c: (emfu_copy_folder_selected), (emfu_delete_response), (em_folder_utils_delete_folder): * em-folder-view.c: (emfv_delete_msg_response): * em-utils.c: (em_utils_edit_filters), (em_utils_save_part_to_file), (em_utils_temp_save_part), (error_response), (em_utils_show_error_silent), (em_utils_show_info_silent): * em-utils.h: * mail-autofilter.c: (mail_filter_delete_uri): * mail-component.c: (mail_component_show_logger): * mail-mt.c: (mail_msg_free): * mail-session.c: (do_user_message): * mail-vfolder.c: (mail_vfolder_delete_uri), (vfolder_edit_rule): svn path=/trunk/; revision=34787 --- mail/em-utils.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mail/em-utils.h') 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); -- cgit