From 9d7f8c9d54466a2df5d06a0ef268ae094d521203 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 10 Oct 2003 13:29:25 +0000 Subject: Better default for showdots. svn path=/trunk/; revision=3842 --- fetchmail.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fetchmail.c') 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 /* -- cgit v1.2.3