aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.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/mail-ops.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/mail-ops.c')
-rw-r--r--mail/mail-ops.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c
index 0526084016..e6bee3e534 100644
--- a/mail/mail-ops.c
+++ b/mail/mail-ops.c
@@ -1282,7 +1282,9 @@ struct _get_quota_msg {
static gchar *
get_quota_desc (struct _get_quota_msg *m)
{
- return g_strdup_printf (_("Retrieving quota information for folder '%s'"), camel_folder_get_name (m->folder));
+ return g_strdup_printf (
+ _("Retrieving quota information for folder '%s'"),
+ camel_folder_get_display_name (m->folder));
}
static void