From db2cdc170df42f155fa63012fdaf0b7b9fc73ce9 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 17 Feb 1997 04:38:39 +0000 Subject: Lose the `received' option; we now say `no envelope'. svn path=/trunk/; revision=893 --- fetchmail.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 2cc6da0a..eed7b1ea 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -75,7 +75,6 @@ struct hostdata /* shared among all user connections to given server */ char *envelope; int skip; int dns; - int received; #ifdef linux char *interface; @@ -246,3 +245,5 @@ int yylex(void); #define FALSE 0 #define TRUE 1 + +#define STRING_DISABLED (char *)-1 -- cgit v1.2.3