citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

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"