move url.[hc] into the lib-lib.
[apps/madmutt.git] / imap / imap_private.h
index 03be3d3..eecc798 100644 (file)
 
 #include <inttypes.h>
 
+#include <lib-ui/curses.h>
+
 #include "imap.h"
-#include "mutt_socket.h"
-#include "mutt_curses.h"
+#include <lib-sys/mutt_socket.h>
 
 /* -- symbols -- */
 #define IMAP_PORT 143
@@ -88,7 +89,6 @@ enum {
   AUTH_ANON,                    /* AUTH=ANONYMOUS */
   STARTTLS,                     /* RFC 2595: STARTTLS */
   LOGINDISABLED,                /*           LOGINDISABLED */
-  SASL_IR,                      /* SASL initial response draft */
 
   CAPMAX
 };