commit 80691b2d05d0aa3bca81ed97be90eb18d426fe76 parent fd96d1bfcfadfdfefbcf028f2024325739b5bacd Author: William Casarin <jb55@jb55.com> Date: Mon, 24 May 2021 14:37:24 -0700 fuzz-notmuch-am: simplify Diffstat:
M | bin/fuzz-notmuch-am | | | 5 | +---- |
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/bin/fuzz-notmuch-am b/bin/fuzz-notmuch-am @@ -1,7 +1,4 @@ #!/usr/bin/env bash set -eou pipefail -thread_search=$(fuzz-notmuch-query-thread "$@") -thread=$(eval "$thread_search") -fuzz-record-command "thread=\$($thread_search) && notmuch-thread-reader \$thread" -echo "notmuch am $thread" +echo notmuch am --am --add-link --fuzzy to:nixpkgs-dev