]> granicus.if.org Git - neomutt/commitdiff
merge: Replace STRING constants
authorRichard Russon <rich@flatcap.org>
Fri, 1 Mar 2019 13:06:29 +0000 (13:06 +0000)
committerRichard Russon <rich@flatcap.org>
Fri, 1 Mar 2019 13:06:29 +0000 (13:06 +0000)
Constants like LONG_STRING aren't meaningful to anyone, so replace them
with their numeric equivalents.

 * replace SHORT_STRING with 128
 * replace STRING with 256
 * replace LONG_STRING with 1024
 * replace HUGE_STRING with 8192 or STR_COMMAND


Trivial merge