aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-utils.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-05-07 23:15:51 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-05-07 23:15:51 +0800
commitc7b455de89487e606fc620420c1778f5e55afcac (patch)
treeab6896df8d8fecda68f4cd6b96590817d46fbf2a /mail/em-utils.c
parent4660d0fcad7ca0e6ad74241d3133a37b82e4e9de (diff)
downloadgsoc2013-evolution-c7b455de89487e606fc620420c1778f5e55afcac.tar
gsoc2013-evolution-c7b455de89487e606fc620420c1778f5e55afcac.tar.gz
gsoc2013-evolution-c7b455de89487e606fc620420c1778f5e55afcac.tar.bz2
gsoc2013-evolution-c7b455de89487e606fc620420c1778f5e55afcac.tar.lz
gsoc2013-evolution-c7b455de89487e606fc620420c1778f5e55afcac.tar.xz
gsoc2013-evolution-c7b455de89487e606fc620420c1778f5e55afcac.tar.zst
gsoc2013-evolution-c7b455de89487e606fc620420c1778f5e55afcac.zip
Adapt to CamelFolder:name -> display-name.
Diffstat (limited to 'mail/em-utils.c')
-rw-r--r--mail/em-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-utils.c b/mail/em-utils.c
index 07957ec456..2bc8831ad4 100644
--- a/mail/em-utils.c
+++ b/mail/em-utils.c
@@ -911,7 +911,7 @@ em_utils_selection_set_urilist (GtkSelectionData *data,
/* Drop filename for messages from a mailbox */
file = g_strdup_printf (
_("Messages from %s"),
- camel_folder_get_name (folder));
+ camel_folder_get_display_name (folder));
}
e_filename_make_safe (file);