diff src/imap/commands.h @ 7621:bec7141872eb HEAD

Added support for ENABLE extension.
author Timo Sirainen <tss@iki.fi>
date Thu, 13 Mar 2008 15:16:57 +0200
parents 46d9ee79f292
children 879208fdc7e3
line wrap: on
line diff
--- a/src/imap/commands.h	Sat Mar 15 09:59:56 2008 +0200
+++ b/src/imap/commands.h	Thu Mar 13 15:16:57 2008 +0200
@@ -77,6 +77,7 @@
 bool cmd_uid(struct client_command_context *cmd);
 
 /* IMAP extensions: */
+bool cmd_enable(struct client_command_context *cmd);
 bool cmd_idle(struct client_command_context *cmd);
 bool cmd_namespace(struct client_command_context *cmd);
 bool cmd_sort(struct client_command_context *cmd);