]> granicus.if.org Git - neomutt/commitdiff
merge: refactor/tidy mutt_compose_menu()
authorRichard Russon <rich@flatcap.org>
Tue, 19 Feb 2019 00:46:58 +0000 (00:46 +0000)
committerRichard Russon <rich@flatcap.org>
Tue, 19 Feb 2019 00:46:58 +0000 (00:46 +0000)
 * reduce scope of variables
 * boolify variables
 * fix scoping
 * merge non-overlapping buffer use
 * use NUL rather than zero
 * var scope
 * tidy mutt_compose_menu()


Trivial merge