X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/399b81fb0fbac72be2cad57a9ba66ea6178d9e56..2b9cbb70139f8aaf102e867ffd4421d23c746248:/.mutt/keybindings diff --git a/.mutt/keybindings b/.mutt/keybindings index c983b4f..5a2109c 100644 --- a/.mutt/keybindings +++ b/.mutt/keybindings @@ -24,6 +24,12 @@ macro index,pager \es "=store" "go to store folder" macro index,pager \ed "=debian" "go to debian folder" macro index,pager \ei "=inbox" "go to inbox folder" macro index,pager \ea "=ardex" "go to ardex folder" +macro index,pager \ek "=kbkg" "go to kbkg folder" +macro index,pager \eu "=uniwh" "go to uniwh folder" +macro index,pager \et "=toni" "go to toni folder" + +bind index \eT tag-thread +bind index,pager \eK mail-key macro index,pager \eR "source $my_confdir/muttrc" "reload muttrc" macro compose \eR "source $my_confdir/muttrc" "reload muttrc" @@ -66,4 +72,7 @@ macro index,pager e 'set my_editor="$editor"set my_editor="$editor"source "$my_confdir/batch-subject-editor|"set editor="$my_editor"' "change message subject" +macro index "unset wait_key~/.mutt/mutt-notmuch --prompt search~/.cache/mutt_results" "search mail (using notmuch)" +macro index "unset wait_key~/.mutt/mutt-notmuch thread~/.cache/mutt_resultsset wait_key" "search and reconstruct owning thread (using notmuch)" + # vim:sw=12:noet:sts=12:ts=12:ft=muttrc