]> granicus.if.org Git - neomutt/commit
Ensure mutt stays in endwin during calls to pipe_msg() (closes #3929)
authorKevin McCarthy <kevin@8t8.us>
Sat, 8 Apr 2017 21:21:15 +0000 (14:21 -0700)
committerKevin McCarthy <kevin@8t8.us>
Sat, 8 Apr 2017 21:21:15 +0000 (14:21 -0700)
commit583252a0d8e24e90806f0b837a8b385f7f98ba29
tree5c0c9dc9cce55c9e88c22bd14a353123fba51e1d
parent12edb15c00e0e4cbad14b76924d5b318eb152d51
Ensure mutt stays in endwin during calls to pipe_msg()  (closes #3929)

The previous commit solved the problem reported in #3929: progressbar
output while downloading a message via IMAP was refreshing the mutt
ncurses session after launching the pipe program.

To ensure another place in the code doesn't inadvertantly generate
output, wrap OPTKEEPQUIET around the calls to
pipe_msg()/mutt_wait_filter() too.
commands.c