summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2016-01-23 12:30:16 -0800
committerKevin McCarthy <kevin@8t8.us>2016-01-23 12:30:16 -0800
commitc1a4dd716496f78094b7bc62051772136ae08f8f (patch)
treedbc4a2281467e43d4ea553d145f78d841f08ac57 /lib.h
parent1cab7de7d244fdde0e7e31099f9945ac844cfd3c (diff)
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.
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.h b/lib.h
index 48731209..eddfc70c 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