summaryrefslogtreecommitdiffstats
path: root/mutt/keys
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-08-04 14:30:51 -0400
committerJesse Luehrs <doy@tozt.net>2013-08-04 14:35:24 -0400
commit951d35aa822b0a1c0244316265a16ca6f1b5a63a (patch)
treef4eb7dd945a5b71f534a2da69fb06d89912a1f98 /mutt/keys
parentc89e2dc2dd58b21970f232dcfd1c9d03b33be800 (diff)
downloadconf-951d35aa822b0a1c0244316265a16ca6f1b5a63a.tar.gz
conf-951d35aa822b0a1c0244316265a16ca6f1b5a63a.zip
some mutt configuration that used to be part of debian's defaults
Diffstat (limited to 'mutt/keys')
-rw-r--r--mutt/keys3
1 files changed, 3 insertions, 0 deletions
diff --git a/mutt/keys b/mutt/keys
index f4ba2fe..0190cf6 100644
--- a/mutt/keys
+++ b/mutt/keys
@@ -30,4 +30,7 @@ macro index S "<enter-command>set resolve=no<enter><clear-flag>N<save-message>=s
bind compose i exit
bind compose S ispell
+macro index <F8> "<enter-command>unset wait_key<enter><shell-escape>notmuch-mutt -r --prompt search<enter><change-folder-readonly>~/.cache/notmuch/mutt/results<enter>" "notmuch: search mail"
+macro index <F9> "<enter-command>unset wait_key<enter><pipe-message>notmuch-mutt -r thread<enter><change-folder-readonly>~/.cache/notmuch/mutt/results<enter><enter-command>set wait_key<enter>" "notmuch: reconstruct thread"
+
# vim:ft=muttrc: