* Ryan Singer <[EMAIL PROTECTED]> [020312 15:45]:
> just checked the manual, and it appears that there isn't
> a way to indicate whether or not a mailbox has flagged
> messages in it while in the file browser (folder_format
> has no equivalent to index_format's %S).

correct.  mutt won't be able to see them from outside.
so mutt won't know - and therefore cannot indicate them.

> is there a workaround for this?

select a folder - and let mutt look inside!  :-)

> i'd love to be able to flag messages that i
> need to deal with later and then see which
> mailboxes contain such important messages.

  grep -l -s -F 'X-Status: F' ~/Mail/*

just an idea..

Sven

-- 
grep -c -s -F 'X-Status: F' $MAIL
839

Reply via email to