Re: [Mutt] #2421: mutt does not show number of or indicator for new
#2421: mutt does not show number of or indicator for new mails for Maildir
mailboxes
-----------------------------+----------------------------------------------
Reporter: olaf@xxxxxxxxx | Owner: mutt-dev
Type: defect | Status: new
Priority: minor | Milestone:
Component: maildir | Version: 1.5.13
Resolution: | Keywords:
-----------------------------+----------------------------------------------
Changes (by pdmef):
* component: mutt => maildir
Old description:
> {{{
> consider a Maildir mailbox 'foo' and its 'cur,new,tmp' subdirectories.
>
> mutt does not indicate in the 'change mailbox directory browser' if a
> Maildir has new unread emails or not. Or if one cares about the change
> date of a Maildir, the toplevel directory info for 'foo' is shown in the
> browser, instead of the more accurate directory info for 'foo/new'.
>
> The attached patch demonstrates a possible change. Instead of caring
> about 'foo', the browser.c:examine_directory() looks at 'foo/new' if a
> subdirectory is in Maildir format.
> >How-To-Repeat:
> >Fix:
> Unknown
> }}}
New description:
{{{
consider a Maildir mailbox 'foo' and its 'cur,new,tmp' subdirectories.
mutt does not indicate in the 'change mailbox directory browser' if a
Maildir has new unread emails or not. Or if one cares about the change
date of a Maildir, the toplevel directory info for 'foo' is shown in the
browser, instead of the more accurate directory info for 'foo/new'.
The attached patch demonstrates a possible change. Instead of caring about
'foo', the browser.c:examine_directory() looks at 'foo/new' if a
subdirectory is in Maildir format.
>How-To-Repeat:
>Fix:
Unknown
}}}
--
--
Ticket URL: <http://dev.mutt.org/trac/ticket/2421#comment:4>
Mutt <http://www.mutt.org/>
The Mutt mail user agent