find feeds -name title | sort | xargs redo-ifchange cat <~UN set date_format="%Y-%m-%d %H:%M" folder-hook . "set index_format = \"%4C %Z [%D] %s (%?l?%4l&%c?)\"" macro index "mu find --muhome mu --clearlinks --format=links --linksdir=search " "mu find" macro index "search" "mu find results" folder-hook search "set index_format = \"%4C [%D] %s (%F)\"" unignore X-URL X-Author X-Category set folder = \`pwd\` unmailboxes * mailboxes search EOF for f in feeds/* ; do [ -s $f/title ] || { echo unreadable $f/title >&2 continue } read title < $f/title [ -n "$title" ] && label="-label \"$title\"" || label="" echo mailboxes $label $f done