]> 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)
committerKevin McCarthy <kevin@8t8.us>
Wed, 7 Jun 2017 01:38:47 +0000 (18:38 -0700)
commita0bd16db189263404f74ab42c5cfb78ace62cff1
tree19690da568f986fae9114da02f3fa0d356044eac
parentf9d7a373f33754ee3f315faa87ff87221aa7711a
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