From aff0aefcc4af72bb790208cac8274692013d51bb Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 28 Jul 2004 06:57:08 +0000 Subject: [PATCH] ** See bug #61841. 2004-07-27 Not Zed ** See bug #61841. * providers/groupwise/camel-groupwise-provider.c: added junk settings. --- camel/ChangeLog | 6 ++++++ camel/providers/groupwise/camel-groupwise-provider.c | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/camel/ChangeLog b/camel/ChangeLog index 59a8154..7506851 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2004-07-27 Not Zed + + ** See bug #61841. + + * providers/groupwise/camel-groupwise-provider.c: added junk settings. + 2004-07-27 Jeffrey Stedfast * providers/imap4/camel-imap4-engine.c diff --git a/camel/providers/groupwise/camel-groupwise-provider.c b/camel/providers/groupwise/camel-groupwise-provider.c index 97c2d54..2eedaa0 100644 --- a/camel/providers/groupwise/camel-groupwise-provider.c +++ b/camel/providers/groupwise/camel-groupwise-provider.c @@ -57,7 +57,10 @@ CamelProviderConfEntry groupwise_conf_entries[] = { { 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" }, -- 2.7.4