diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-09-23 21:09:46 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-09-23 21:09:46 +0000 |
commit | bd28ba40575c34d47df23b9d03bc493b94c1768b (patch) | |
tree | 09658de11bbd045744c2d215e7e8c3eb602686e6 /pop2.c | |
parent | b0f237fbd55624f6eb5006aaaab85da445098a3e (diff) | |
download | fetchmail-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 */ }; |