aboutsummaryrefslogtreecommitdiffstats
path: root/tunable.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-10-16 13:01:06 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-10-16 13:01:06 +0000
commit580682dcaae8305ac9ca9c5e1011ef963d86f5d1 (patch)
tree8d5ccac1987c1e986400daa4f5a411bde885ecf9 /tunable.h
parent380a2d1a3a08c38a6280e1a1bc376a4c3b79e21d (diff)
downloadfetchmail-580682dcaae8305ac9ca9c5e1011ef963d86f5d1.tar.gz
fetchmail-580682dcaae8305ac9ca9c5e1011ef963d86f5d1.tar.bz2
fetchmail-580682dcaae8305ac9ca9c5e1011ef963d86f5d1.zip
Now we can use --limit with daemon mode.
svn path=/trunk/; revision=2091
Diffstat (limited to 'tunable.h')
-rw-r--r--tunable.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tunable.h b/tunable.h
index c9821ca2..9ee1e6c9 100644
--- a/tunable.h
+++ b/tunable.h
@@ -10,3 +10,6 @@
/* default timeout period in seconds if server connection dies */
#define CLIENT_TIMEOUT 300
+/* default skipped message warning interval in seconds */
+#define WARNING_INTERVAL 3600
+