maddr: bump decode buffer to allow a few hundred mail adresses

pull/37/head
Leah Neukirchen 7 years ago
parent 635dfe95ad
commit 53f8a7e49a

@ -32,7 +32,7 @@ addr(char *file)
v = blaze822_chdr(msg, h);
if (v) {
char *disp, *addr;
char vdec[1024];
char vdec[16384];
blaze822_decode_rfc2047(vdec, v, sizeof vdec - 1, "UTF-8");
vdec[sizeof vdec - 1] = 0;
v = vdec;

Loading…
Cancel
Save