Nico Golde:
[apps/madmutt.git] / commands.c
index 3901591..86a83ba 100644 (file)
@@ -832,7 +832,7 @@ int mutt_save_message (HEADER *h, int delete,
     {
 #ifdef BUFFY_SIZE
       tmp = mutt_find_mailbox (buf);
-      if (tmp && !tmp->new)
+      if (tmp && tmp->new <= 0)
        mutt_update_mailbox (tmp);
 #else
       /* fix up the times so buffy won't get confused */
@@ -982,7 +982,7 @@ int mutt_update_list_file (char *filename, char *section, char *key, char *line)
 
 void mutt_version (void)
 {
-  mutt_message ("Mutt %s (%s)", MUTT_VERSION, ReleaseDate);
+  mutt_message ("Mutt-ng %s (%s)", MUTT_VERSION, ReleaseDate);
 }
 
 void mutt_edit_content_type (HEADER *h, BODY *b, FILE *fp)