aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;