imap_(append|fetch)_message are private to the imap module for real
[apps/madmutt.git] / imap / imap.h
index 29a2454..b92fb39 100644 (file)
@@ -45,9 +45,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);