]> granicus.if.org Git - neomutt/commit
Don't exit pager if quit=ask is answered "no".
authorKevin McCarthy <kevin@8t8.us>
Wed, 17 Apr 2013 03:12:25 +0000 (20:12 -0700)
committerKevin McCarthy <kevin@8t8.us>
Wed, 17 Apr 2013 03:12:25 +0000 (20:12 -0700)
commit84493c17f162dcafe0fdc2105926fb6bbe4ce294
tree4b9742c56ad8a988040945204e6280fab245bb35
parentd9352938c095febc6edd6fe813062ed906d6f664
Don't exit pager if quit=ask is answered "no".

This patch addresses ticket 2788.

Currently if you quit ('Q') from inside the pager, with quit=ask-yes
or quit=ask-no, and you respond "no", mutt leaves you back in the index
menu.

This patch changes it so that mutt does not exit the pager.
pager.c