]> granicus.if.org Git - neomutt/commitdiff
merge: increase and unify buffer sizes
authorRichard Russon <rich@flatcap.org>
Wed, 6 Jun 2018 14:58:24 +0000 (15:58 +0100)
committerRichard Russon <rich@flatcap.org>
Wed, 6 Jun 2018 14:58:24 +0000 (15:58 +0100)
 * adjust the size of some general buffers
 * Use sizeof() rather than constants
 * Create a large buffer for command strings
 * Enlarge buffers from _POSIX_PATH_MAX to PATH_MAX
 * Enlarge buffers from LONG_STRING to PATH_MAX


Trivial merge