diff options
Diffstat (limited to 'mail/em-folder-properties.c')
-rw-r--r-- | mail/em-folder-properties.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-folder-properties.c b/mail/em-folder-properties.c index 014d59d850..bf2322c732 100644 --- a/mail/em-folder-properties.c +++ b/mail/em-folder-properties.c @@ -241,7 +241,7 @@ emfp_dialog_got_folder_quota (CamelFolder *folder, /* Get number of VISIBLE and DELETED messages, instead of TOTAL * messages. VISIBLE+DELETED gives the correct count that matches * the label below the Send & Receive button. */ - name = camel_folder_get_name (folder); + name = camel_folder_get_display_name (folder); prop_data->total = folder->summary->visible_count; prop_data->unread = folder->summary->unread_count; deleted = folder->summary->deleted_count; |