aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mail-notification/mail-notification.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mail-notification/mail-notification.c b/plugins/mail-notification/mail-notification.c
index 9f236c072a..ba7d84c09c 100644
--- a/plugins/mail-notification/mail-notification.c
+++ b/plugins/mail-notification/mail-notification.c
@@ -249,7 +249,7 @@ read_notify_dbus (EMEventTargetMessage *t)
if (connection != NULL)
send_dbus_message (
"MessageReading",
- camel_folder_get_name (t->folder),
+ camel_folder_get_display_name (t->folder),
0, NULL, NULL, NULL);
}