diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-03-09 13:26:59 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-03-09 13:27:16 +0000 |
commit | 6bdd3d4a88c58611460dc24a1a04e987c614c79d (patch) | |
tree | 7542044f7926d72899aa635897d470a6b0eedc1f /lib/imap.h | |
parent | 69eca5c25242f2451ecc2a68af4a76fbe49c5db2 (diff) | |
download | curl-6bdd3d4a88c58611460dc24a1a04e987c614c79d.tar.gz |
imap: Removed the need for separate custom request functions
Moved the custom request processing into the LIST command as the logic
is the same.
Diffstat (limited to 'lib/imap.h')
-rw-r--r-- | lib/imap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/imap.h b/lib/imap.h index d290c3bc2..caf400d7a 100644 --- a/lib/imap.h +++ b/lib/imap.h @@ -51,7 +51,6 @@ typedef enum { IMAP_FETCH_FINAL, IMAP_APPEND, IMAP_APPEND_FINAL, - IMAP_CUSTOM, IMAP_LOGOUT, IMAP_LAST /* never used */ } imapstate; |