simplify parse_parameters tokenizer
[apps/madmutt.git] / pager.c
diff --git a/pager.c b/pager.c
index f429e77..9f3dc2a 100644 (file)
--- a/pager.c
+++ b/pager.c
 
 #include "mx.h"
 
-#ifdef USE_IMAP
-#include "imap_private.h"
-#endif
+#include <imap/imap_private.h>
 
-#include "mutt_crypt.h"
+#include <lib-crypt/crypt.h>
 
 #include "lib/rx.h"
 #include "lib/debug.h"
@@ -1488,10 +1486,7 @@ mutt_pager (const char *banner, const char *fname, int flags, pager_t * extra)
 
   while (ch != -1) {
     mutt_curs_set (0);
-
-#ifdef USE_IMAP
     imap_keepalive ();
-#endif
 
     if (redraw & REDRAW_FULL) {
       SETCOLOR (MT_COLOR_NORMAL);