]> granicus.if.org Git - neomutt/commitdiff
change pager to allow timehook-hook to fire
authorRichard Russon <rich@flatcap.org>
Tue, 31 Jan 2017 11:51:36 +0000 (11:51 +0000)
committerRichard Russon <rich@flatcap.org>
Tue, 31 Jan 2017 13:19:00 +0000 (13:19 +0000)
Closes #241

pager.c

diff --git a/pager.c b/pager.c
index 785531856b527038320d2ae183d6448930f4d92f..9440ab9bcb72bb87d2c3f6ac7ec88ff360d98fcc 100644 (file)
--- a/pager.c
+++ b/pager.c
@@ -2018,7 +2018,9 @@ mutt_pager (const char *banner, const char *fname, int flags, pager_t *extra)
       
     ch = km_dokey (MENU_PAGER);
     if (ch != -1)
+    {
       mutt_clear_error ();
+    }
     mutt_curs_set (1);
 
     int do_new_mail = 0;
@@ -2158,6 +2160,7 @@ mutt_pager (const char *banner, const char *fname, int flags, pager_t *extra)
     else if (ch == -1)
     {
       ch = 0;
+      mutt_timeout_hook();
       continue;
     }