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 --- pop2.c | 1 + 1 file changed, 1 insertion(+) (limited to 'pop2.c') diff --git a/pop2.c b/pop2.c index dbb37284..170c07ac 100644 --- a/pop2.c +++ b/pop2.c @@ -130,6 +130,7 @@ const static struct method pop2 = NULL, /* no way to fetch body alone */ pop2_trail, /* eat message trailer */ NULL, /* no POP2 delete method */ + NULL, /* no retained-header check */ "QUIT", /* the POP2 exit command */ }; -- cgit v1.2.3