X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/ddf8a9dd6bbabd3ba3716abb794ac965877405d4..3bd1181b4032837400f724a4fb3a70bcea1285de:/debian/patches/features/maildir-mtime?ds=sidebyside diff --git a/debian/patches/features/maildir-mtime b/debian/patches/features/maildir-mtime index a07635d..2be0792 100644 --- a/debian/patches/features/maildir-mtime +++ b/debian/patches/features/maildir-mtime @@ -153,12 +153,13 @@ Index: debian-mutt/browser.c } 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); -+ add_folder (menu, state, tmp->path, NULL, &mbox); ++ tmp->new = mbox.new; ++ add_folder (menu, state, tmp->path, NULL, tmp); continue; } #endif