diff options
Diffstat (limited to 'plugins/mail-notification')
-rw-r--r-- | plugins/mail-notification/mail-notification.c | 2 |
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); } |