aboutsummaryrefslogtreecommitdiff
path: root/contrib/notmuch-mutt/notmuch-mutt.rc
blob: b0a38d1a22a3927fe7f9b73448180c9aece9a304 (plain)
1
2
3
4
5
6
7
8
9
macro index <F8> \
      "<enter-command>unset wait_key<enter><shell-escape>notmuch-mutt --prompt search<enter><change-folder-readonly>`echo ${XDG_CACHE_HOME:-$HOME/.cache}/notmuch/mutt/results`<enter>" \
      "notmuch: search mail"
macro index <F9> \
      "<enter-command>unset wait_key<enter><pipe-message>notmuch-mutt thread<enter><change-folder-readonly>`echo ${XDG_CACHE_HOME:-$HOME/.cache}/notmuch/mutt/results`<enter><enter-command>set wait_key<enter>" \
      "notmuch: reconstruct thread"
macro index <F6> \
      "<enter-command>unset wait_key<enter><pipe-message>notmuch-mutt tag -- -inbox<enter>" \
      "notmuch: remove message from inbox"