From: Kevin McCarthy Date: Sat, 23 Jan 2016 20:30:16 +0000 (-0800) Subject: Increase HUGE_STRING size to 8192. (see #3804) X-Git-Tag: neomutt-20160404~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c29b38fda601bafa85255a91c09483bd464db7b;p=neomutt Increase HUGE_STRING size to 8192. (see #3804) The interface for editing a large number of recipients is poor and perhaps shouldn't be using a fixed buffer size. Until a redesign can be thought about, this will help. --- diff --git a/lib.h b/lib.h index 487312098..eddfc70c0 100644 --- a/lib.h +++ b/lib.h @@ -57,7 +57,7 @@ # define TRUE 1 # define FALSE 0 -# define HUGE_STRING 5120 +# define HUGE_STRING 8192 # define LONG_STRING 1024 # define STRING 256 # define SHORT_STRING 128