diff options
Diffstat (limited to 'plugins/mail-notification/mail-notification.c')
-rw-r--r-- | plugins/mail-notification/mail-notification.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/mail-notification/mail-notification.c b/plugins/mail-notification/mail-notification.c index 9503aaf27a..e6dd1a267d 100644 --- a/plugins/mail-notification/mail-notification.c +++ b/plugins/mail-notification/mail-notification.c @@ -217,7 +217,10 @@ static void read_notify_dbus (EMEventTargetMessage *t) { if (bus != NULL) - send_dbus_message ("MessageReading", t->folder->name, 0, NULL, NULL, NULL); + send_dbus_message ( + "MessageReading", + camel_folder_get_name (t->folder), + 0, NULL, NULL, NULL); } static void |