]> granicus.if.org Git - neomutt/commit
Add a mutt_endwin() before invoking $sendmail. (closes #3948)
authorKevin McCarthy <kevin@8t8.us>
Wed, 7 Jun 2017 01:38:47 +0000 (18:38 -0700)
committerRichard Russon <rich@flatcap.org>
Wed, 7 Jun 2017 21:53:18 +0000 (22:53 +0100)
commita46d573afcf06c93fe8e3342524ca7b733332114
treee29c8f91c6b3c945e1522d55e105259203cbd415
parent89ddfa61c180de00769f6e1798579ec80349a4eb
Add a mutt_endwin() before invoking $sendmail. (closes #3948)

This is to support invoking a program such as msmtp that can use gpg
to decrypt a password.  The ncurses pinentry can corrupt the screen
unless we exit curses.
sendlib.c