Peter Stuifzand
sponsor
projects
garden
archive
tags
Home
»
Posts
List folders in a Maildir for mutt
Mutt
find . | awk -F/ '{ print $2 }' | sort | uniq |\ grep '^\.' | sed -e 's/^./+./'
© 2011 Peter Stuifzand