[evolution-patches] 61841, groupwise mail config




Adds the missing junk stuff.

The layout is different from the imap settings because of the calendar settings.

I wonder if the extra-misc-config stuff should be in its own section, it formats funny in all providers.

--
Michael Zucchi <notzed ximian com>
"born to die, live to work, it's all downhill from here"
Novell's Evolution and Free Software Developer
Index: camel/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/camel/ChangeLog,v
retrieving revision 1.2224
diff -u -3 -r1.2224 ChangeLog
--- camel/ChangeLog	23 Jul 2004 03:37:33 -0000	1.2224
+++ camel/ChangeLog	27 Jul 2004 05:05:20 -0000
@@ -1,3 +1,9 @@
+2004-07-27  Not Zed  <NotZed Ximian com>
+
+	** See bug #61841.
+
+	* providers/groupwise/camel-groupwise-provider.c: added junk settings.
+
 2004-07-22  Not Zed  <NotZed Ximian com>
 
 	** See bug #61761.
Index: camel/providers/groupwise/camel-groupwise-provider.c
===================================================================
RCS file: /cvs/gnome/evolution/camel/providers/groupwise/camel-groupwise-provider.c,v
retrieving revision 1.10
diff -u -3 -r1.10 camel-groupwise-provider.c
--- camel/providers/groupwise/camel-groupwise-provider.c	24 May 2004 06:47:26 -0000	1.10
+++ camel/providers/groupwise/camel-groupwise-provider.c	27 Jul 2004 05:05:21 -0000
@@ -57,7 +57,10 @@
 
 	{ CAMEL_PROVIDER_CONF_CHECKBOX, "filter", NULL,
 	  N_("Apply filters to new messages in Inbox on this server"), "0" },
-
+	{ CAMEL_PROVIDER_CONF_CHECKBOX, "filter_junk", NULL,
+	  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_CHECKBOX, "offline_sync", NULL,
 	  N_("Automatically synchronize remote mail locally"), "0" },
 


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