diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-09-23 21:02:04 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-09-23 21:02:04 +0000 |
commit | b0f237fbd55624f6eb5006aaaab85da445098a3e (patch) | |
tree | 5cd0616bef9d00d8775baaf2abfdc99482053ee4 /etrn.c | |
parent | 12ecc512655c8a24484ae5d5009b7f96f25070e9 (diff) | |
download | fetchmail-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 'etrn.c')
-rw-r--r-- | etrn.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -120,7 +120,6 @@ const static struct method etrn = NULL, /* no way to fetch body */ NULL, /* no message trailer */ NULL, /* how to delete a message */ - NULL, /* no retained-header check */ "QUIT", /* the ETRN exit command */ }; |