* Sascha Andres on Wednesday, March 23, 2016 at 08:50:30 +0100 > 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?
Blind guess: Do you have mark_old set? And does it help if you unset it? -- theatre - books - texts - movies Black Trash Productions at home: http://www.blacktrash.org Black Trash Productions on Facebook: http://www.facebook.com/blacktrashproductions
