notmuch-queries (104B)
1 #!/usr/bin/env bash 2 notmuch config list | grep ^query | cut -d. -f2- | cut -d= -f1 | sed 's,^,query:,g'