[evolution-patches] Exchange connector: patch for #73237



Hi,

This patch fixes missing mail filters and junk filters options
in receive options page.

Please review.

Thanks,
Sushma.
Index: camel/camel-exchange-provider.c
===================================================================
RCS file: /cvs/gnome/evolution-exchange/camel/camel-exchange-provider.c,v
retrieving revision 1.15
diff -u -p -r1.15 camel-exchange-provider.c
--- camel/camel-exchange-provider.c	26 Feb 2005 08:59:55 -0000	1.15
+++ camel/camel-exchange-provider.c	3 Mar 2005 06:17:54 -0000
@@ -62,7 +62,6 @@ CamelProviderConfEntry exchange_conf_ent
 	  N_("Password Expiry Warning period: %s"), "y:1:7:90" },
 	{ CAMEL_PROVIDER_CONF_CHECKBOX, "offline_sync", NULL,
 	  N_("Automatically synchronize account locally"), "0" },
-	{ CAMEL_PROVIDER_CONF_SECTION_END },
 	{ CAMEL_PROVIDER_CONF_CHECKBOX, "filter", NULL,
 	  /* i18n: copy from evolution:camel-imap-provider.c */
 	  N_("Apply filters to new messages in Inbox on this server"), "0" },
@@ -70,6 +69,7 @@ CamelProviderConfEntry exchange_conf_ent
 	  N_("Check new messages for Junk contents"), "0" },
 	{ CAMEL_PROVIDER_CONF_CHECKBOX, "filter_junk_inbox", "filter_junk",
 	  N_("Only check for Junk messages in the Inbox folder"), "0" },
+	{ CAMEL_PROVIDER_CONF_SECTION_END },
 	{ CAMEL_PROVIDER_CONF_END }
 };
 
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution-exchange/ChangeLog,v
retrieving revision 1.282
diff -u -r1.282 ChangeLog
--- ChangeLog	3 Mar 2005 04:01:13 -0000	1.282
+++ ChangeLog	3 Mar 2005 06:25:58 -0000
@@ -1,4 +1,12 @@
-2005-03-03  Rajesh Ranjan <rranjan redhat com>
+2005-03-03  Sushma Rai  <rsushma novell com>
+
+	* camel/camel-exchange-provider.c: Added mail filters and junk mail
+	filters settings to "Options" section in exchange_conf_entries[] 
+	structure so that they appear in receive options page.
+	Fixes #73237	
+ 
+2005-03-03  Rajesh Ranjan  <rranjan redhat com>
+
 	* configure.in : Added hi to ALL_LINGUAS.
 
 2005-02-28  Sarfraaz Ahmed <asarfraaz novell com>


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