]> granicus.if.org Git - mutt/commitdiff
Grow buffy notification to 512 bytes, for large terminals.
authorRocco Rutte <pdmef@gmx.net>
Sun, 19 Nov 2006 05:19:09 +0000 (05:19 +0000)
committerRocco Rutte <pdmef@gmx.net>
Sun, 19 Nov 2006 05:19:09 +0000 (05:19 +0000)
buffy.c

diff --git a/buffy.c b/buffy.c
index 3c0594006784b06ee8177f34cceaf8b343de0d35..b1513f5bb15e42070ca67f604211eaa2c2116ef9 100644 (file)
--- 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;