]> granicus.if.org Git - neomutt/commit
merge: minor tidying
authorRichard Russon <rich@flatcap.org>
Thu, 16 May 2019 14:43:07 +0000 (15:43 +0100)
committerRichard Russon <rich@flatcap.org>
Thu, 16 May 2019 14:43:07 +0000 (15:43 +0100)
commite630b3b3c57ce34c8bf2bb30dd5577d52c1b70ac
treec152490de0510e3aeef70ced3ea4c75b1d5b44b3
parent11732aff8059c5f77045357d3edaed0f61579179
parent25de33554241d5484c2560bfc0e9cbf2b64a3de2
merge: minor tidying

 * clang-format
 * readme: split out contributors
 * rename fd parameters
 * increase buffer sizes to avoid truncation
 * test: add missing #include guards
 * unify char buffer inititialisation
 * boolify: locals, params, args
 * rename mailbox functions
 * light tidying
 * don't check for empty config strings
 * rename struct Event and Mailbox.notify
 * move el_free() to email
 * tidy maildir_mbox_check()
 * config: rename listener to observer
 * tidy ternary operators
 * tidy char pointers
 * initialise pointers
 * tidy pointer definitions