citadel

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

notmuch-ghpatch (163B)


      1 #!/usr/bin/env bash
      2 
      3 set -e
      4 
      5 thread=$(notmuch search --format=json ${1:-query:inbox and tag:github} | notmuch-select-threads)
      6 
      7 notmuch show $thread | mail-prpatch