diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2009-05-04 21:52:32 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2009-05-04 21:52:32 +0000 |
commit | 64c3c5394121ab9f5a93a8c6d2c48511ff720536 (patch) | |
tree | e7fa39c9b88c7928acfa3d476700732958b58051 /fetchmail.c | |
parent | 51ee0c2fb3e59a2d79d68aa27d1e15d16bcbceba (diff) | |
download | fetchmail-64c3c5394121ab9f5a93a8c6d2c48511ff720536.tar.gz fetchmail-64c3c5394121ab9f5a93a8c6d2c48511ff720536.tar.bz2 fetchmail-64c3c5394121ab9f5a93a8c6d2c48511ff720536.zip |
Major progress ticker bugfix/overhaul.
Progress tickers had been used inconsistently for a long time, and
documentation was outdated, too. Factor out common code to ease
maintenance, use the report_flush() function, and add and use a macro
(want_progress()) to determine if progress ticker output is desired.
This makes for a much more consistent look on screen and in logfiles and
should be much easier to fix later on.
TODO: test syslog output.
svn path=/branches/BRANCH_6-3/; revision=5290
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fetchmail.c b/fetchmail.c index e7f48668..aff4877b 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -1150,8 +1150,6 @@ static int load_params(int argc, char **argv, int optind) flag = FALSE;\ else\ flag = (dflt) - /* one global gets treated specially */ - DEFAULT(run.showdots, run.poll_interval==0 || nodetach); /* merge in wired defaults, do sanity checks and prepare internal fields */ for (ctl = querylist; ctl; ctl = ctl->next) |