Hi,

I am trying to mark folders with new messages. I found folder_format in the
documentation and even set it to the default ( which includes %N ).

This had no effect the list still looks like an "ls" ( see example below ).

Additional note: the maildirs are synced using offlineimap and in my muttrc they
are added like this:

  mailboxes `echo -n "+ "; for file in ~/Mails/*; do box=$(basename "$file");
echo -n "\"+$box\" "; done`

My folder_format: %2C %t %N %F %2l %-8.8u %-8.8g %8s %d %f

Has someone a hint how to mark those mailboxes?

Kind regards,
Sascha

Example:

 1     drwxrwxr-x  5 andres   andres       4,0K Feb 25 16:51 ../
 2     drwx------  5 andres   andres       4,0K Feb 24 07:39 Archived/
 3     drwx------  5 andres   andres       4,0K Feb 24 07:39 Drafts/
 4     drwx------  5 andres   andres       4,0K Feb 24 07:39 INBOX/
 5     drwx------  5 andres   andres       4,0K Feb 29 10:14 INBOX.Lists/
 ... some more ....

Reply via email to