aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mark-all-read/mark-all-read.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mark-all-read/mark-all-read.c')
-rw-r--r--plugins/mark-all-read/mark-all-read.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/mark-all-read/mark-all-read.c b/plugins/mark-all-read/mark-all-read.c
index 1ec6603376..85a117d414 100644
--- a/plugins/mark-all-read/mark-all-read.c
+++ b/plugins/mark-all-read/mark-all-read.c
@@ -387,7 +387,7 @@ mar_got_folder (CamelStore *store,
} else if (error != NULL) {
g_warn_if_fail (folder == NULL);
e_alert_submit (
- alert_sink, "folder-open",
+ alert_sink, "mail:folder-open",
error->message, NULL);
async_context_free (context);
g_error_free (error);
@@ -467,7 +467,7 @@ mar_got_folder_info (CamelStore *store,
} else if (error != NULL) {
g_warn_if_fail (folder_info == NULL);
e_alert_submit (
- alert_sink, "folder-open",
+ alert_sink, "mail:folder-open",
error->message, NULL);
async_context_free (context);
g_error_free (error);