aboutsummaryrefslogtreecommitdiffstats
path: root/pop2.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-09-23 21:09:46 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-09-23 21:09:46 +0000
commitbd28ba40575c34d47df23b9d03bc493b94c1768b (patch)
tree09658de11bbd045744c2d215e7e8c3eb602686e6 /pop2.c
parentb0f237fbd55624f6eb5006aaaab85da445098a3e (diff)
downloadfetchmail-bd28ba40575c34d47df23b9d03bc493b94c1768b.tar.gz
fetchmail-bd28ba40575c34d47df23b9d03bc493b94c1768b.tar.bz2
fetchmail-bd28ba40575c34d47df23b9d03bc493b94c1768b.zip
Make X-IMAP test universal.
svn path=/trunk/; revision=1396
Diffstat (limited to 'pop2.c')
-rw-r--r--pop2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pop2.c b/pop2.c
index b1ba8dfe..c3a4b650 100644
--- a/pop2.c
+++ b/pop2.c
@@ -129,7 +129,6 @@ 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 */
};