From a740d71a69fb785d63d498f99fa3a9c5f607c7fb Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 17 May 1997 20:25:50 +0000 Subject: IMAP now splits its request in half. svn path=/trunk/; revision=1016 --- etrn.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etrn.c') diff --git a/etrn.c b/etrn.c index 12ee2f20..cba25269 100644 --- a/etrn.c +++ b/etrn.c @@ -100,7 +100,8 @@ const static struct method etrn = etrn_getrange, /* initialize message sending */ NULL, /* we cannot get a list of sizes */ NULL, /* how do we tell a message is old? */ - NULL, /* request given message */ + NULL, /* no way to fetch headers */ + NULL, /* no way to fetch body */ NULL, /* no message trailer */ NULL, /* how to delete a message */ "QUIT", /* the ETRN exit command */ -- cgit v1.2.3