aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--camel/ChangeLog6
-rw-r--r--camel/providers/pop3/camel-pop3-provider.c2
2 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index b6be181381..df8ea2f434 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,9 @@
+2001-09-06 Dan Winship <danw@ximian.com>
+
+ * providers/pop3/camel-pop3-provider.c: #ifdef out the "delete
+ after N days" option in pop3_conf_entries, since it won't be done
+ for 1.0.
+
2001-09-04 Jeffrey Stedfast <fejj@ximian.com>
* camel-remote-store.c (remote_disconnect): Too late to sync the
diff --git a/camel/providers/pop3/camel-pop3-provider.c b/camel/providers/pop3/camel-pop3-provider.c
index 695d2d1fc0..bc7fbf1c8f 100644
--- a/camel/providers/pop3/camel-pop3-provider.c
+++ b/camel/providers/pop3/camel-pop3-provider.c
@@ -37,8 +37,10 @@ CamelProviderConfEntry pop3_conf_entries[] = {
N_("Message storage") },
{ CAMEL_PROVIDER_CONF_CHECKBOX, "keep_on_server", NULL,
N_("Leave messages on server"), "0" },
+#ifdef NOT_FOR_1_0
{ CAMEL_PROVIDER_CONF_CHECKSPIN, "delete_after", "UNIMPLEMENTED",
N_("Delete after %s day(s)"), "0:1:7:365" },
+#endif
{ CAMEL_PROVIDER_CONF_SECTION_END },
{ CAMEL_PROVIDER_CONF_END }
};
mp;id=34cf8ea4c34fc4c61507f8db4e822e799c142879'>databases/p5-DBIx-Abstract: Update to 1.04tobik2018-03-142-4/+11 * Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-5/+5 * Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-1/+1 * Cleanup plistbapt2014-10-201-3/+0 * - Stage supportantoine2014-01-262-5/+1 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * - convert to the new perl5 frameworkaz2013-09-101-6/+3 * - Add TEST_DEPENDS to enable testingswills2012-01-141-0/+1 * - Update to 1.01sunpoet2011-09-052-5/+8 * - Add BUILD_DEPENDS to silence build warningsswills2011-08-201-1/+2 * - Get Rid MD5 supportmiwi2011-03-201-1/+0 * - only 13% of the p5- ports embed @comment $FreeBSD$:pgollucci2010-09-241-1/+0 * - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_C...araujo2008-04-171-2/+1 * Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-4/+4 * New port databases/p5-DBIx-Abstractedwin2006-01-06