aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2003-10-10 13:29:25 +0000
committerEric S. Raymond <esr@thyrsus.com>2003-10-10 13:29:25 +0000
commit9d7f8c9d54466a2df5d06a0ef268ae094d521203 (patch)
treef4ccea1eb334e056f24a9f49cd91cdd9bca3858d /fetchmail.c
parent4957764ad5812148851bda92080eb6bb694452fc (diff)
downloadfetchmail-9d7f8c9d54466a2df5d06a0ef268ae094d521203.tar.gz
fetchmail-9d7f8c9d54466a2df5d06a0ef268ae094d521203.tar.bz2
fetchmail-9d7f8c9d54466a2df5d06a0ef268ae094d521203.zip
Better default for showdots.
svn path=/trunk/; revision=3842
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c2
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
/*