Fix regression with comma handling in buffy
authorJulien Danjou <julien@danjou.info>
Sun, 19 Nov 2006 12:45:19 +0000 (13:45 +0100)
committerPierre Habouzit <madcoder@debian.org>
Sun, 19 Nov 2006 13:28:44 +0000 (14:28 +0100)
Signed-off-by: Julien Danjou <julien@danjou.info>
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
buffy.c

diff --git a/buffy.c b/buffy.c
index c7bbc40..4e21059 100644 (file)
--- a/buffy.c
+++ b/buffy.c
@@ -319,7 +319,7 @@ int buffy_list (void)
 {
     char buffylist[LONG_STRING];
     int have_unnotified = BuffyNotify;
 {
     char buffylist[LONG_STRING];
     int have_unnotified = BuffyNotify;
-    int pos = 0, first = 0, i;
+    int pos = 0, first = 1, i;
 
     pos = m_strcpy(buffylist, sizeof(buffylist), _("New mail in "));
 
 
     pos = m_strcpy(buffylist, sizeof(buffylist), _("New mail in "));