From: Rocco Rutte Date: Sun, 19 Nov 2006 05:19:09 +0000 (+0000) Subject: Grow buffy notification to 512 bytes, for large terminals. X-Git-Tag: mutt-1-5-14-rel~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad700ae28133128e3d0995ba777b816e834aa29c;p=mutt Grow buffy notification to 512 bytes, for large terminals. --- diff --git a/buffy.c b/buffy.c index 3c059400..b1513f5b 100644 --- a/buffy.c +++ b/buffy.c @@ -426,7 +426,7 @@ int mutt_buffy_list (void) { BUFFY *tmp; char path[_POSIX_PATH_MAX]; - char buffylist[160]; + char buffylist[2*STRING]; int pos; int first;