summaryrefslogtreecommitdiff
path: root/lib/imap.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-03-09 13:26:59 +0000
committerSteve Holme <steve_holme@hotmail.com>2013-03-09 13:27:16 +0000
commit6bdd3d4a88c58611460dc24a1a04e987c614c79d (patch)
tree7542044f7926d72899aa635897d470a6b0eedc1f /lib/imap.h
parent69eca5c25242f2451ecc2a68af4a76fbe49c5db2 (diff)
downloadcurl-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.h1
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;