From 95f82bd08d67a5ca66949846481d11159e38827b Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 25 Sep 1996 20:02:41 +0000 Subject: Explicit option is documented and set up in the data structure, but doesn't work yet. svn path=/trunk/; revision=145 --- fetchmail.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 44dc2917..a50e4dd0 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -70,6 +70,7 @@ struct hostrec int fetchall; int flush; int norewrite; + int explicit; int port; /* state used for tracking UIDL ids */ @@ -79,8 +80,8 @@ struct hostrec int output; struct hostrec *next; -#if defined(HAVE_APOP_SUPPORT) /* internal use only */ +#if defined(HAVE_APOP_SUPPORT) char digest [DIGESTLEN]; #endif }; -- cgit v1.2.3