summaryrefslogtreecommitdiffstats
path: root/bin/all-mail
blob: 5a9c1a88f8a051e14eb1a8b907f5f96f06ac0333 (plain) (blame)
1
2
3
#!/bin/sh

find $HOME/Maildir -type d -name new -not -empty | sed "s+^$HOME/Maildir/++" | sed 's+/new$++' | sort