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.man | |
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.man')
-rw-r--r-- | fetchmail.man | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fetchmail.man b/fetchmail.man index e66da7d0..e2e933af 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -1315,9 +1315,9 @@ mailserver host. The .B \-\-showdots option (keyword: set showdots) forces fetchmail to show progress dots -even if the current tty is not stdout (for example logfiles). -Fetchmail shows the dots by default when run in nodetach mode or when -daemon mode is not enabled. +even if the output goes to a file or fetchmail is not in verbose mode. +Fetchmail shows the dots by default when run in \-\-verbose mode +\fIand\fP output goes to console. This option is ignored in \-\-silent mode. .PP By specifying the .B \-\-tracepolls |