imap_private.h is … private
authorPierre Habouzit <madcoder@debian.org>
Sat, 12 Jan 2008 14:13:51 +0000 (15:13 +0100)
committerPierre Habouzit <madcoder@debian.org>
Sat, 12 Jan 2008 14:13:51 +0000 (15:13 +0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
flags.c
lib-ui/curs_main.c
pager.c

diff --git a/flags.c b/flags.c
index fe4f79a..d25aca7 100644 (file)
--- a/flags.c
+++ b/flags.c
 #include <lib-ui/lib-ui.h>
 #include <lib-ui/menu.h>
 #include <lib-mx/mx.h>
+#include <imap/imap.h>
 
 #include "mutt.h"
 #include "sort.h"
 
-#include <imap/imap_private.h>
-
 
 void _mutt_set_flag (CONTEXT * ctx, HEADER * h, int flag, int bf, int upd_ctx)
 {
index 0c1e85e..6840fb7 100644 (file)
@@ -13,6 +13,7 @@
 #include <lib-ui/lib-ui.h>
 #include <lib-mx/mx.h>
 #include <lib-mx/pop.h>
+#include <imap/imap.h>
 
 #include "menu.h"
 
@@ -26,8 +27,6 @@
 #include "thread.h"
 #include "score.h"
 
-#include <imap/imap_private.h>
-
 static const char *No_mailbox_is_open = N_("No mailbox is open.");
 static const char *There_are_no_messages = N_("There are no messages.");
 static const char *Mailbox_is_read_only = N_("Mailbox is read-only.");
diff --git a/pager.c b/pager.c
index 2e29e65..a66f9b0 100644 (file)
--- a/pager.c
+++ b/pager.c
@@ -29,7 +29,7 @@
 #include "charset.h"
 #include "buffy.h"
 
-#include <imap/imap_private.h>
+#include <imap/imap.h>
 
 #define ISHEADER(x) ((x) == MT_COLOR_HEADER || (x) == MT_COLOR_HDEFAULT)