[evolution-data-server] bmo#6498 - Filters are not applied to imapx Inboxes



commit 5f9ee92d94b5a1106ddc5fb7b4aa5157d4ef2db1
Author: Federico Mena Quintero <federico novell com>
Date:   Thu Nov 25 13:17:34 2010 -0600

    bmo#6498 - Filters are not applied to imapx Inboxes
    
    The default for the 'filter' option in imapx was set to False.
    Now we make the default be True.  This means that incoming
    messages through imapx will be filtered with Evolution's normal
    filters.  A default of False means that your configuration doesn't
    work - people have no idea why their filters aren't working.
    
    Signed-off-by: Federico Mena Quintero <federico novell com>

 camel/providers/imap/camel-imap-provider.c   |    2 +-
 camel/providers/imapx/camel-imapx-provider.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/camel/providers/imap/camel-imap-provider.c b/camel/providers/imap/camel-imap-provider.c
index 1e6873e..94970cc 100644
--- a/camel/providers/imap/camel-imap-provider.c
+++ b/camel/providers/imap/camel-imap-provider.c
@@ -63,7 +63,7 @@ static CamelProviderConfEntry imap_conf_entries[] = {
 	{ CAMEL_PROVIDER_CONF_SECTION_END },
 	{ CAMEL_PROVIDER_CONF_SECTION_START, "general", NULL, N_("Options") },
 	{ CAMEL_PROVIDER_CONF_CHECKBOX, "filter", NULL,
-	  N_("_Apply filters to new messages in INBOX on this server"), "0" },
+	  N_("_Apply filters to new messages in INBOX on this server"), "1" },
 	{ CAMEL_PROVIDER_CONF_CHECKBOX, "filter_junk", NULL,
 	  N_("Check new messages for Jun_k contents"), "0" },
 	{ CAMEL_PROVIDER_CONF_CHECKBOX, "filter_junk_inbox", "filter_junk",
diff --git a/camel/providers/imapx/camel-imapx-provider.c b/camel/providers/imapx/camel-imapx-provider.c
index 102a64b..5d11841 100644
--- a/camel/providers/imapx/camel-imapx-provider.c
+++ b/camel/providers/imapx/camel-imapx-provider.c
@@ -71,7 +71,7 @@ CamelProviderConfEntry imapx_conf_entries[] = {
 	{ CAMEL_PROVIDER_CONF_SECTION_END },
 	{ CAMEL_PROVIDER_CONF_SECTION_START, "general", NULL, N_("Options") },
 	{ CAMEL_PROVIDER_CONF_CHECKBOX, "filter", NULL,
-	  N_("_Apply filters to new messages in INBOX on this server"), "0" },
+	  N_("_Apply filters to new messages in INBOX on this server"), "1" },
 	{ CAMEL_PROVIDER_CONF_CHECKBOX, "filter_junk", NULL,
 	  N_("Check new messages for Jun_k contents"), "0" },
 	{ CAMEL_PROVIDER_CONF_CHECKBOX, "filter_junk_inbox", "filter_junk",



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