aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-09-25 21:55:13 +0000
committerMatthias Andree <matthias.andree@gmx.de>2006-09-25 21:55:13 +0000
commitbac9ed9f7ce8b19a01cb71481e01d0fa06f51ea3 (patch)
tree0ecf08669b0521981d29cf3095e9e2308480d0d7 /fetchmail.h
parent9369c33a89a3ee0e8186d155c8ee52b1a7219eb3 (diff)
downloadfetchmail-bac9ed9f7ce8b19a01cb71481e01d0fa06f51ea3.tar.gz
fetchmail-bac9ed9f7ce8b19a01cb71481e01d0fa06f51ea3.tar.bz2
fetchmail-bac9ed9f7ce8b19a01cb71481e01d0fa06f51ea3.zip
Add a comment.
svn path=/branches/BRANCH_6-3/; revision=4911
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h
index fec71d0b..54bc641a 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -178,7 +178,7 @@ struct runctl
char *pidfile; /** where to record the PID of daemon mode processes */
char *postmaster;
char *properties;
- int poll_interval;
+ int poll_interval; /** poll interval in seconds (daemon mode, 0 == off) */
flag bouncemail;
flag spambounce;
flag use_syslog;