From: Richard Russon Date: Fri, 1 Mar 2019 13:06:29 +0000 (+0000) Subject: merge: Replace STRING constants X-Git-Tag: 2019-10-25~348 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=54b6dd48ac1eed48215d26b06a07a95948848f2f;p=neomutt merge: Replace STRING constants 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 --- 54b6dd48ac1eed48215d26b06a07a95948848f2f