]> granicus.if.org Git - neomutt/commit
merge: upstream fixes (mutt/default)
authorRichard Russon <rich@flatcap.org>
Wed, 7 Jun 2017 21:56:59 +0000 (22:56 +0100)
committerRichard Russon <rich@flatcap.org>
Wed, 7 Jun 2017 21:56:59 +0000 (22:56 +0100)
commit9f104312165270a21fa4b2a97047deacd554c1f8
treee29c8f91c6b3c945e1522d55e105259203cbd415
parentd2e39582f263fa899c847e5dddecdfca5aa650e3
parenta46d573afcf06c93fe8e3342524ca7b733332114
merge: upstream fixes (mutt/default)

 * Fix "format string is not a string literal" warnings. (closes #3949)
 * Enable TEXTDOMAINDIR override to make translation testing easier.
 * Change km_dokey() to return -2 on a timeout/sigwinch.
 * Fix tag-prefix to not abort on $timeout.
 * Restore setenv function.
 * Move setting of GPG_TTY to mutt_init(). (see #3948)
 * Add a mutt_endwin() before invoking $sendmail. (closes #3948)