diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-07-09 04:05:49 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-07-09 20:44:22 +0800 |
commit | 07857224789b165e69bb170d364c9c13366fa952 (patch) | |
tree | d7710f540387171e070d7f7ee331fc43426dc048 /mail | |
parent | 5bd9b582903a1bd949ade4b0a46e8a8b9b116561 (diff) | |
download | gsoc2013-evolution-07857224789b165e69bb170d364c9c13366fa952.tar gsoc2013-evolution-07857224789b165e69bb170d364c9c13366fa952.tar.gz gsoc2013-evolution-07857224789b165e69bb170d364c9c13366fa952.tar.bz2 gsoc2013-evolution-07857224789b165e69bb170d364c9c13366fa952.tar.lz gsoc2013-evolution-07857224789b165e69bb170d364c9c13366fa952.tar.xz gsoc2013-evolution-07857224789b165e69bb170d364c9c13366fa952.tar.zst gsoc2013-evolution-07857224789b165e69bb170d364c9c13366fa952.zip |
Use folder display name in status messages when possible.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/importers/mail-importer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/importers/mail-importer.c b/mail/importers/mail-importer.c index 716d99c991..824d48a444 100644 --- a/mail/importers/mail-importer.c +++ b/mail/importers/mail-importer.c @@ -151,7 +151,7 @@ import_mbox_exec (struct _import_mbox_msg *m, camel_operation_push_message ( m->cancellable, _("Importing '%s'"), - camel_folder_get_full_name (folder)); + camel_folder_get_display_name (folder)); camel_folder_freeze (folder); while (camel_mime_parser_step (mp, NULL, NULL) == CAMEL_MIME_PARSER_STATE_FROM) { |