aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
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.h
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.h')
-rw-r--r--fetchmail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 88f7dd33..b43999f9 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -245,7 +245,7 @@ struct method /* describe methods for protocol state machine */
flag retry; /* can getrange poll for new messages? */
};
-enum badheader { BHREJECT = 0, BHPASS };
+enum badheader { BHREJECT = 0, BHACCEPT };
struct hostdata /* shared among all user connections to given server */
{