]> granicus.if.org Git - neomutt/commit
don't close the pager after a timeout
authorRichard Russon <rich@flatcap.org>
Sun, 2 Jul 2017 11:06:17 +0000 (12:06 +0100)
committerRichard Russon <rich@flatcap.org>
Sun, 2 Jul 2017 21:37:20 +0000 (22:37 +0100)
commit5acd76ee270428302ec5e623a0cf743c17c4c05b
tree2bc535d9ee99a98f2d939fa9d8eea2450bd3b2d7
parent1c10a415924082013101d72f8fea26c644761c57
don't close the pager after a timeout

Setting a timeout hook could cause the pager to automatically close
itself when viewing help or an attachment.

    timeout-hook 'exec sync mailbox'

The timeout was causing a fake keypress event which cause the pager to
quit.

Fixes #591
pager.c