#!/bin/sh find ~/Maildir -type d -mindepth 1 -maxdepth 1 -name '.lists.*' -printf '%P ' | sed 's/\.lists\.//g'