When I use the `echo Mail/*` trick for listing mailboxes, Mutt refuses
to show the 'N' character in the browser to indicate new mail. I can
however still cycle through them using the 'c' character. Is there a way
around this without typing them in manually?
When using the echo trick I would also like to exclude the outbox from
the list of mailboxes to check. I have come up with the following
solution which does the trick. Is there a better way to do it?
`echo Mail/* | sed s/" Mail\/outbox"//`
--
// André