From b0f237fbd55624f6eb5006aaaab85da445098a3e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 23 Sep 1997 21:02:04 +0000 Subject: Make the X-IMAP check independent of protocol. svn path=/trunk/; revision=1395 --- fetchmail.h | 1 - 1 file changed, 1 deletion(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index f9de3d20..da9c050e 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -169,7 +169,6 @@ struct method int (*fetch_body)(); /* fetch a given message */ int (*trail)(); /* eat trailer of a message */ int (*delete)(); /* delete method */ - flag (*retain_hdr)(); /* if this returns TRUE, retain message */ char *exit_cmd; /* exit command */ }; -- cgit v1.2.3