diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-02-17 22:27:40 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-02-17 22:27:40 +0000 |
commit | 2087cffd2b5bb197d12c2195ad1c054797abfdd1 (patch) | |
tree | 9aeb088563560ad8a1f457f927fa64eba1240fd4 | |
parent | 73b592a0450107cfb62ec95e910bd064c20d186d (diff) | |
download | fetchmail-2087cffd2b5bb197d12c2195ad1c054797abfdd1.tar.gz fetchmail-2087cffd2b5bb197d12c2195ad1c054797abfdd1.tar.bz2 fetchmail-2087cffd2b5bb197d12c2195ad1c054797abfdd1.zip |
Cleanup.
svn path=/trunk/; revision=1644
-rw-r--r-- | imap.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -869,7 +869,6 @@ const static struct method imap = #else /* INET6 */ 143, /* standard IMAP2bis/IMAP4 port */ #endif /* INET6 */ - TRUE, /* this is a tagged protocol */ TRUE, /* this is a tagged protocol */ FALSE, /* no message delimiter */ imap_ok, /* parse command response */ |