Nico Golde:
[apps/madmutt.git] / buffy.c
diff --git a/buffy.c b/buffy.c
index 757d583..34010de 100644 (file)
--- a/buffy.c
+++ b/buffy.c
@@ -404,7 +404,6 @@ int mutt_buffy_check (int force)
        }
        tmp->msgcount = 0;
        tmp->msg_unread = 0;
-       tmp->msg_tagged = 0;
        while ((de = readdir (dirp)) != NULL)
        {
          char *p;
@@ -440,8 +439,8 @@ int mutt_buffy_check (int force)
              (!(p = strstr (de->d_name, ":2,")) || !strchr (p + 3, 'T')))
          {
            /* one new and undeleted message is enough */
-           BuffyCount++;
 #if 0
+           BuffyCount++;
             /* we're checking for read and not new mail; 
              * seems like copy'n'paste error
              */