* Fix the maildir-mtime patch change in 1.5.14+cvs20070403-1 that broke
new mail message count in IMAP folders. (Closes: #421468, #428734, #433275)
+mutt (1.5.16-3) unstable; urgency=medium
+
+ * Fix the maildir-mtime patch change in 1.5.14+cvs20070403-1 that broke
+ new mail message count in IMAP folders. (Closes: #421468, #428734, #433275)
+
+ -- Adeodato Simó <dato@net.com.org.es> Thu, 19 Jul 2007 23:41:02 +0200
+
mutt (1.5.16-2) unstable; urgency=low
* Finally a new unstable version :)
mutt (1.5.16-2) unstable; urgency=low
* Finally a new unstable version :)
}
closedir (dp);
browser_sort (state);
}
closedir (dp);
browser_sort (state);
-@@ -442,14 +448,14 @@ static int examine_mailboxes (MUTTMENU *
+@@ -442,14 +448,15 @@ static int examine_mailboxes (MUTTMENU *
if (mx_is_imap (tmp->path))
{
imap_mailbox_state (tmp->path, &mbox);
- add_folder (menu, state, tmp->path, NULL, mbox.new);
if (mx_is_imap (tmp->path))
{
imap_mailbox_state (tmp->path, &mbox);
- add_folder (menu, state, tmp->path, NULL, mbox.new);
-+ add_folder (menu, state, tmp->path, NULL, &mbox);
++ tmp->new = mbox.new;
++ add_folder (menu, state, tmp->path, NULL, tmp);