aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-09-23 21:02:04 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-09-23 21:02:04 +0000
commitb0f237fbd55624f6eb5006aaaab85da445098a3e (patch)
tree5cd0616bef9d00d8775baaf2abfdc99482053ee4 /fetchmail.h
parent12ecc512655c8a24484ae5d5009b7f96f25070e9 (diff)
downloadfetchmail-b0f237fbd55624f6eb5006aaaab85da445098a3e.tar.gz
fetchmail-b0f237fbd55624f6eb5006aaaab85da445098a3e.tar.bz2
fetchmail-b0f237fbd55624f6eb5006aaaab85da445098a3e.zip
Make the X-IMAP check independent of protocol.
svn path=/trunk/; revision=1395
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h1
1 files changed, 0 insertions, 1 deletions
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 */
};