aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-09-22 09:10:20 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-09-22 09:10:20 +0000
commit4107c4c16638c46d29049d0bd2605efc683be7b8 (patch)
tree3f13332e7846d1b41bdf6a4065c06511ead43bf0 /fetchmail.c
parentfda6fa5927150cfc4f27050710320ed1197ea2cf (diff)
downloadfetchmail-4107c4c16638c46d29049d0bd2605efc683be7b8.tar.gz
fetchmail-4107c4c16638c46d29049d0bd2605efc683be7b8.tar.bz2
fetchmail-4107c4c16638c46d29049d0bd2605efc683be7b8.zip
Fix display and documentation of --envelope option.
svn path=/trunk/; revision=4318
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmail.c b/fetchmail.c
index 96274c9e..57c05f8e 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -1786,8 +1786,8 @@ static void dump_params (struct runctl *runp,
{
printf(GT_(" Envelope header is assumed to be: %s\n"),
ctl->server.envelope ? ctl->server.envelope : "Received");
- if (ctl->server.envskip > 1 || outlevel >= O_VERBOSE)
- printf(GT_(" Number of envelope header to be parsed: %d\n"),
+ if (ctl->server.envskip || outlevel >= O_VERBOSE)
+ printf(GT_(" Number of envelope headers to be skipped over: %d\n"),
ctl->server.envskip);
if (ctl->server.qvirtual)
printf(GT_(" Prefix %s will be removed from user id\n"),