fuzz-notmuch-messages (235B)
1 #!/usr/bin/env bash 2 3 set -eou pipefail 4 5 search_id=$(fuzz-notmuch-query-messages) 6 7 rest="notmuch-show-pretty | less" 8 id=$(eval "$search_id") 9 fuzz-record-command "$search_id | xargs notmuch show | $rest" 10 11 echo "notmuch show $id | $rest"