Marco Ahrendt ([EMAIL PROTECTED]) said something to this effect on 04/04/2001:
> On Wed, Apr 04, 2001 at 02:38:52PM +0200, Johannes Huettemeister wrote:
> > hi,
> >
> > how do i keep a mailbox (in the pager) marked as new when there are
> > still unread mails in that box.
> > e.g. when i got 2 new mail in a mailbox (marked N), than enter the
> > mailbox and read only 1 mail, than leave the mailbox, the mailbox is
> > not marked N anymore, even if i left one mail unread.
> >
> > does anyone got a hint?
>
> use maildir instead of mailbox. mailbox can't store the N flag.
Set mark_old=no. I use mbox, and this works just fine.
set mark_old=yes
Name: mark_old
Type: boolean
Default: yes
Controls whether or not Mutt makes the distinction between new
messages and old unread messages. By default, Mutt will mark new
messages as old if you exit a mailbox without reading them. The
next time you start Mutt, the messages will show up with an "O"
next to them in the index menu, indicating that they are old. In
order to make Mutt treat all unread messages as new only, you can
unset this variable.
(darren)
--
For every problem, there is a solution that is simple, elegant, logical,
and wrong.