]> granicus.if.org Git - mutt/commitdiff
Increase HUGE_STRING size to 8192. (see #3804)
authorKevin McCarthy <kevin@8t8.us>
Sat, 23 Jan 2016 20:30:16 +0000 (12:30 -0800)
committerKevin McCarthy <kevin@8t8.us>
Sat, 23 Jan 2016 20:30:16 +0000 (12:30 -0800)
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.

lib.h

diff --git a/lib.h b/lib.h
index 487312098ffdef417db7a8c92fcdd53d7852600d..eddfc70c0f91535751f236c4c5f0f7e35b2780f0 100644 (file)
--- 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