[evolution-data-server] Bug 583772 - Specify folder in "Downloading new messages for offline mode"



commit 820cb871021cdb86336340c905e2f1ab1d5fb80f
Author: Milan Crha <mcrha redhat com>
Date:   Fri Oct 24 14:31:52 2014 +0200

    Bug 583772 - Specify folder in "Downloading new messages for offline mode"

 camel/camel-offline-folder.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/camel/camel-offline-folder.c b/camel/camel-offline-folder.c
index 82e21b2..1081e6f 100644
--- a/camel/camel-offline-folder.c
+++ b/camel/camel-offline-folder.c
@@ -86,7 +86,8 @@ offline_folder_downsync_background (CamelSession *session,
 {
        camel_operation_push_message (
                cancellable,
-               _("Downloading new messages for offline mode"));
+               _("Downloading new messages for offline mode in '%s'"),
+               camel_folder_get_full_name (data->folder));
 
        if (data->changes) {
                GPtrArray *uid_added;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]