Re: mutt and maildir++ format

2011-11-10 Thread Johann Spies
On Thu, Nov 10, 2011 at 09:05:40PM +0200, Allan Wind wrote: > Does it work if hard-code maildir++ files? It finds the mailboxes but when I want to change ('c') to ones with new mail in, it does not show them. > > I use regular maildir mailboxes and use find to populate it: > mailboxes `find $H

Re: mutt and maildir++ format

2011-11-10 Thread Allan Wind
On 2011-11-10 09:06:20, Johann Spies wrote: > mailboxes + `\ > for file in ~/.maildir/.*; do \ >box=$(basename "$file"); \ >if [ ! "$box" = '.' -a ! "$box" = '..' -a ! "$box" = '.customflags' \ >-a ! "$box" = '.subscriptions' ]; then \ > echo -n "\"+$box\" "; \ >fi;

mutt and maildir++ format

2011-11-09 Thread Johann Spies
I have been using mutt for years and had this in my .muttrc to watch for new mail in different mailboxes: mailboxes ! +BoxA +BoxB +BoxC +`echo $HOME/Mail/.*` which worked well as long as I had symlinks between .BoxA and BoxA etc. Now I am experimenting with a different setup to get my mutt to co