]> git.notmuchmail.org Git - notmuch/blob - contrib/notmuch-mutt/notmuch-mutt.rc
notmuch (0.27-2) unstable; urgency=medium
[notmuch] / contrib / notmuch-mutt / notmuch-mutt.rc
1 macro index <F8> \
2 "<enter-command>set my_old_pipe_decode=\$pipe_decode my_old_wait_key=\$wait_key nopipe_decode nowait_key<enter>\
3 <shell-escape>notmuch-mutt -r --prompt search<enter>\
4 <change-folder-readonly>`echo ${XDG_CACHE_HOME:-$HOME/.cache}/notmuch/mutt/results`<enter>\
5 <enter-command>set pipe_decode=\$my_old_pipe_decode wait_key=\$my_old_wait_key<enter>" \
6       "notmuch: search mail"
7
8 macro index <F9> \
9 "<enter-command>set my_old_pipe_decode=\$pipe_decode my_old_wait_key=\$wait_key nopipe_decode nowait_key<enter>\
10 <pipe-message>notmuch-mutt -r thread<enter>\
11 <change-folder-readonly>`echo ${XDG_CACHE_HOME:-$HOME/.cache}/notmuch/mutt/results`<enter>\
12 <enter-command>set pipe_decode=\$my_old_pipe_decode wait_key=\$my_old_wait_key<enter>" \
13       "notmuch: reconstruct thread"
14
15 macro index <F6> \
16 "<enter-command>set my_old_pipe_decode=\$pipe_decode my_old_wait_key=\$wait_key nopipe_decode nowait_key<enter>\
17 <pipe-message>notmuch-mutt tag -- -inbox<enter>\
18 <enter-command>set pipe_decode=\$my_old_pipe_decode wait_key=\$my_old_wait_key<enter>" \
19       "notmuch: remove message from inbox"