=?utf-8?q?=5Bevolution=5D_Bug_=23683849_-_Add_account_name_to_=C2=BBCheck?= =?utf-8?q?ing_for_new_mail=C2=AB?=
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Bug #683849 - Add account name to ÂChecking for new mailÂ
- Date: Mon, 15 Oct 2012 17:57:35 +0000 (UTC)
commit f9fbeb7c8287099d9ada0d608ab7190335a62458
Author: Milan Crha <mcrha redhat com>
Date: Mon Oct 15 19:57:07 2012 +0200
Bug #683849 - Add account name to ÂChecking for new mailÂ
libemail-engine/mail-ops.c | 3 ++-
mail/mail-send-recv.c | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/libemail-engine/mail-ops.c b/libemail-engine/mail-ops.c
index 2cc7a6f..115c2c7 100644
--- a/libemail-engine/mail-ops.c
+++ b/libemail-engine/mail-ops.c
@@ -213,7 +213,8 @@ mail_filter_folder (EMailSession *session,
static gchar *
fetch_mail_desc (struct _fetch_mail_msg *m)
{
- return g_strdup (_("Fetching Mail"));
+ return g_strdup_printf (_("Fetching mail from '%s'"),
+ camel_service_get_display_name (CAMEL_SERVICE (m->store)));
}
static void
diff --git a/mail/mail-send-recv.c b/mail/mail-send-recv.c
index 9d55c00..3bbb816 100644
--- a/mail/mail-send-recv.c
+++ b/mail/mail-send-recv.c
@@ -1017,7 +1017,8 @@ struct _refresh_folders_msg {
static gchar *
refresh_folders_desc (struct _refresh_folders_msg *m)
{
- return g_strdup_printf (_("Checking for new mail"));
+ return g_strdup_printf (_("Checking for new mail at '%s'"),
+ camel_service_get_display_name (CAMEL_SERVICE (m->store)));
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]