]> granicus.if.org Git - neomutt/commitdiff
fix crash when exiting the pager
authorRichard Russon <rich@flatcap.org>
Mon, 12 Sep 2016 21:47:49 +0000 (22:47 +0100)
committerRichard Russon <rich@flatcap.org>
Mon, 12 Sep 2016 22:00:45 +0000 (23:00 +0100)
Make sure we've always got a menu pointer.
This is a fix for commit:
    "check for new mail while in pager when idle"

Fixes: #143
pager.c

diff --git a/pager.c b/pager.c
index 6e7f29c3c794cd8b5631c8cea5014b423f563f64..401891885a17b9a7854be7226e640d9a176d46fb 100644 (file)
--- a/pager.c
+++ b/pager.c
@@ -1828,7 +1828,7 @@ mutt_pager (const char *banner, const char *fname, int flags, pager_t *extra)
       }
 #endif
 
-      if (IsHeader (extra) && PagerIndexLines)
+      if (IsHeader (extra))
       {
        if (index == NULL)
        {