diff options
Diffstat (limited to 'mail/e-mail-local.c')
-rw-r--r-- | mail/e-mail-local.c | 2 |
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); |