aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-local.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-08-18 09:21:22 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-09-14 20:08:51 +0800
commit9b59286ea42a3db8b5d76f4e388b8691340b034c (patch)
treeeb333208a2d7e3cb8deb2f461fb90bbddbb10eb6 /mail/e-mail-local.c
parent87e18345094a649f2d6940d1ebd12b79454d7a94 (diff)
downloadgsoc2013-evolution-9b59286ea42a3db8b5d76f4e388b8691340b034c.tar
gsoc2013-evolution-9b59286ea42a3db8b5d76f4e388b8691340b034c.tar.gz
gsoc2013-evolution-9b59286ea42a3db8b5d76f4e388b8691340b034c.tar.bz2
gsoc2013-evolution-9b59286ea42a3db8b5d76f4e388b8691340b034c.tar.lz
gsoc2013-evolution-9b59286ea42a3db8b5d76f4e388b8691340b034c.tar.xz
gsoc2013-evolution-9b59286ea42a3db8b5d76f4e388b8691340b034c.tar.zst
gsoc2013-evolution-9b59286ea42a3db8b5d76f4e388b8691340b034c.zip
Use new CamelService:display-name property.
Simplify, simplify...
Diffstat (limited to 'mail/e-mail-local.c')
-rw-r--r--mail/e-mail-local.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/e-mail-local.c b/mail/e-mail-local.c
index 183635a30b..1f33c08ab8 100644
--- a/mail/e-mail-local.c
+++ b/mail/e-mail-local.c
@@ -78,6 +78,8 @@ e_mail_local_init (EMailSession *session,
CAMEL_PROVIDER_STORE, &error);
g_free (temp);
+ camel_service_set_display_name (service, _("On This Computer"));
+
/* Shouldn't need to worry about other mail applications
* altering files in our local mail store. */
g_object_set (service, "need-summary-check", FALSE, NULL);