* Raoul Bönisch <[EMAIL PROTECTED]> [2002-07-01 21:46 +0200]: > On Mon, Jul 01, 2002 at 01:39:55AM +0200, Nicolas Rachinsky wrote: > > * Aragon Gouveia <[EMAIL PROTECTED]> [2002-06-30 23:38 +0200]: > > > Does anyone know how to have Mutt display a 'U' flag in the folder view if a > > > mail folder has unread messages? There's no folder_format format string for > > > it, so I was hoping someone could help me add it to the source. I really suck > > > at C :/ but I'm guessing it needs to be added in browser.c. > > > > This would be very expensive when using mbox folders, because mutt > > would have to read all folders completely. > > No. I think it would only have to read the folders up to the > first unread message found :)
You are right, but according to murphy, this will be the last one you read. :-) Nicolas