X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pager.c;h=9f3dc2ab55078d1a161e033d0e8e581637f97ad3;hp=f429e7760044f2a6549e6259dfc036a25aecd810;hb=a8808601c98c76ec8344c8e4ba5a607d72c2805e;hpb=10b7d54ecaa5c54622bf1239b57fa2e3359db0e1 diff --git a/pager.c b/pager.c index f429e77..9f3dc2a 100644 --- a/pager.c +++ b/pager.c @@ -35,11 +35,9 @@ #include "mx.h" -#ifdef USE_IMAP -#include "imap_private.h" -#endif +#include -#include "mutt_crypt.h" +#include #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);