diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fetchmail.c b/fetchmail.c index e4a8cb72..6b26a6b2 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -1106,6 +1106,8 @@ static int load_params(int argc, char **argv, int optind) exit(PS_SYNTAX); } #endif /* SSL_ENABLE */ + /* one global gets treated specially */ + DEFAULT(run.showdots, run.poll_interval==0 || nodetach); #undef DEFAULT /* |