[evolution-kolab: 4/7] CamelIMAPXExtdFolder: pulled in upstream fix



commit 9fbd79a05243498ff7cbf1275df2c8ec003ed8af
Author: Christian Hilberg <hilberg kernelconcepts de>
Date:   Thu Feb 16 14:53:47 2012 +0100

    CamelIMAPXExtdFolder: pulled in upstream fix
    
    * upstream 54c762ed100c03cef892ffa54af9334829ab838c
      fixed mnemonics issues in IMAPX
    * applied the one fix that hit our code dupe
      (mnemonic for "apply filters" in ExtdFolder init)

 src/camel/providers/VERSIONS                       |    2 +-
 .../providers/imapx/camel-imapx-extd-folder.c      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/camel/providers/VERSIONS b/src/camel/providers/VERSIONS
index f2e466a..802fd17 100644
--- a/src/camel/providers/VERSIONS
+++ b/src/camel/providers/VERSIONS
@@ -1,3 +1,3 @@
 imapx/
-  upstream		master, b9ad01ba73afb402f194c2f66a90432e47003091
+  upstream		master, 54c762ed100c03cef892ffa54af9334829ab838c
   libcamel1.2           (same as upstream)
diff --git a/src/camel/providers/imapx/camel-imapx-extd-folder.c b/src/camel/providers/imapx/camel-imapx-extd-folder.c
index e1212ff..0637b38 100644
--- a/src/camel/providers/imapx/camel-imapx-extd-folder.c
+++ b/src/camel/providers/imapx/camel-imapx-extd-folder.c
@@ -363,7 +363,7 @@ camel_imapx_extd_folder_class_init (CamelIMAPXExtdFolderClass *klass)
 	                                 PROP_APPLY_FILTERS,
 	                                 g_param_spec_boolean ("apply-filters",
 	                                                       "Apply Filters",
-	                                                       _("Apply message filters to this folder"),
+	                                                       _("Apply message _filters to this folder"),
 	                                                       FALSE,
 	                                                       G_PARAM_READWRITE |
 	                                                       CAMEL_PARAM_PERSISTENT));



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