From ddcc491837e5b2c1e741eac54dc4058e2f77e398 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 24 Feb 2010 23:28:44 +0100 Subject: Rename bad-header pass to bad-header accept, ... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit to resolve an ambiguity found by Frédéric Marchal. --- fetchmail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.h') 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 */ { -- cgit v1.2.3