fuzz-notmuch-threads (239B)
1 #!/usr/bin/env bash 2 3 set -eou pipefail 4 5 thread_search=$(fuzz-notmuch-query-thread "$@") 6 thread=$(eval "$thread_search") 7 fuzz-record-command "thread=\$($thread_search) && notmuch-thread-reader \$thread" 8 echo "notmuch-thread-reader $thread"