aboutsummaryrefslogtreecommitdiffstats
path: root/camel
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-07-28 14:57:08 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-07-28 14:57:08 +0800
commitd2e789798e184a1dd7f5573933639b9c055b817f (patch)
tree08a4788dd297f3ffe7e2a9cfb7feed1ed4e56324 /camel
parent2d568f226283b97d4e73034b6b596023021dddd9 (diff)
downloadgsoc2013-evolution-d2e789798e184a1dd7f5573933639b9c055b817f.tar
gsoc2013-evolution-d2e789798e184a1dd7f5573933639b9c055b817f.tar.gz
gsoc2013-evolution-d2e789798e184a1dd7f5573933639b9c055b817f.tar.bz2
gsoc2013-evolution-d2e789798e184a1dd7f5573933639b9c055b817f.tar.lz
gsoc2013-evolution-d2e789798e184a1dd7f5573933639b9c055b817f.tar.xz
gsoc2013-evolution-d2e789798e184a1dd7f5573933639b9c055b817f.tar.zst
gsoc2013-evolution-d2e789798e184a1dd7f5573933639b9c055b817f.zip
** See bug #61841.
2004-07-27 Not Zed <NotZed@Ximian.com> ** See bug #61841. * providers/groupwise/camel-groupwise-provider.c: added junk settings. svn path=/trunk/; revision=26752
Diffstat (limited to 'camel')
-rw-r--r--camel/ChangeLog6
-rw-r--r--camel/providers/groupwise/camel-groupwise-provider.c5
2 files changed, 10 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 59a81546ad..75068513a8 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -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-27 Jeffrey Stedfast <fejj@novell.com>
* 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 97c2d5479c..2eedaa054e 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" },