aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2010-02-24 23:28:44 +0100
committerMatthias Andree <matthias.andree@gmx.de>2010-02-24 23:28:44 +0100
commitddcc491837e5b2c1e741eac54dc4058e2f77e398 (patch)
treefb359fc22c3e53370c9a5b5cbce7b4da882e8cb2 /fetchmail.c
parented2a64b0d27586f4e3ab8e42f535a97a220843d5 (diff)
downloadfetchmail-ddcc491837e5b2c1e741eac54dc4058e2f77e398.tar.gz
fetchmail-ddcc491837e5b2c1e741eac54dc4058e2f77e398.tar.bz2
fetchmail-ddcc491837e5b2c1e741eac54dc4058e2f77e398.zip
Rename bad-header pass to bad-header accept, ...
to resolve an ambiguity found by Frédéric Marchal.
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c
index b865d092..43c1e98c 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -1956,7 +1956,7 @@ static void dump_params (struct runctl *runp,
if (outlevel >= O_VERBOSE)
printf(GT_(" Messages with bad headers will be rejected.\n"));
break;
- case BHPASS:
+ case BHACCEPT:
printf(GT_(" Messages with bad headers will be passed on.\n"));
break;
}