]> granicus.if.org Git - neomutt/commitdiff
merge: trivial fixes
authorRichard Russon <rich@flatcap.org>
Wed, 27 Feb 2019 15:19:48 +0000 (15:19 +0000)
committerRichard Russon <rich@flatcap.org>
Wed, 27 Feb 2019 15:19:48 +0000 (15:19 +0000)
 * insert space to help parsing
 * fix backing global variable for config
 * doxy: fix typos
 * drop dupe prototype
 * lowercase variable
 * doxygen: update docs for #defines
 * add a 'SEC_' prefix to the security flags
 * rename State's members for better legibility
 * rename enum MenuTypes to MenuType
 * convert config dump defines into an enum
 * convert format flags enum into an int
 * tidy mutt_menu_new()


Trivial merge