From 6bdd3d4a88c58611460dc24a1a04e987c614c79d Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 9 Mar 2013 13:26:59 +0000 Subject: imap: Removed the need for separate custom request functions Moved the custom request processing into the LIST command as the logic is the same. --- lib/imap.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/imap.h') 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; -- cgit v1.2.3