From 192bcbb0ddce0d8737923c7bb41c5b836a357458 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 7 Aug 1997 19:24:53 +0000 Subject: Deal with X-IMAP header properly. svn path=/trunk/; revision=1244 --- fetchmail.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index f5632c2d..0db3f4b3 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -42,6 +42,7 @@ #define PS_UNDEFINED 11 /* something I hadn't thought of */ #define PS_TRANSIENT 12 /* transient failure (internal use) */ #define PS_REFUSED 13 /* mail refused (internal use) */ +#define PS_RETAINED 24 /* message retained (internal use) */ /* output noise level */ #define O_SILENT 0 /* mute, max squelch, etc. */ @@ -168,6 +169,7 @@ 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