hide yet another function
[apps/madmutt.git] / imap / imap.h
index 3b634e0..f56fdf9 100644 (file)
 #ifndef _IMAP_H
 #define _IMAP_H 1
 
+#include <lib-mx/mx.h>
+#include <lib-ui/browser.h>
+
 #include "account.h"
-#include "browser.h"
-#include "mx.h"
 
 extern mx_t const imap_mx;
 
@@ -24,8 +25,6 @@ typedef struct {
 } IMAP_MBOX;
 
 /* imap.c */
-int imap_is_magic(const char*, struct stat*);
-
 int imap_check_mailbox (CONTEXT * ctx, int *index_hint, int force);
 int imap_delete_mailbox (CONTEXT * idata, IMAP_MBOX mx);
 int imap_open_mailbox_append (CONTEXT * ctx);
@@ -44,9 +43,7 @@ int imap_mailbox_create (const char *folder);
 int imap_mailbox_rename (const char *mailbox);
 
 /* message.c */
-int imap_append_message (CONTEXT * ctx, MESSAGE * msg);
 int imap_copy_messages (CONTEXT * ctx, HEADER * h, char *dest, int delete);
-int imap_fetch_message (MESSAGE * msg, CONTEXT * ctx, int msgno);
 
 /* socket.c */
 void imap_logout_all (void);