X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/78077051deed41adf786e1f5f4397dadf3012956..0f5e4342667cce1fa29459d8ce4ccb70a7c8cf7a:/debian/patches/features/maildir-mtime diff --git a/debian/patches/features/maildir-mtime b/debian/patches/features/maildir-mtime index e104bae..ca4b415 100644 --- a/debian/patches/features/maildir-mtime +++ b/debian/patches/features/maildir-mtime @@ -143,10 +143,10 @@ The home page for this patch is: closedir (dp); browser_sort (state); @@ -438,14 +444,15 @@ static int examine_mailboxes (MUTTMENU * - #ifdef USE_IMAP if (mx_is_imap (tmp->path)) { -- add_folder (menu, state, tmp->path, NULL, tmp->new); + imap_mailbox_state (tmp->path, &mbox); +- add_folder (menu, state, tmp->path, NULL, mbox.new); + tmp->new = mbox.new; + add_folder (menu, state, tmp->path, NULL, tmp); continue;