# source folder settings and enter folder macro index,pager 'source .config/mutt/dave@sleepmap.de.rc!' macro index,pager 'source .config/mutt/dvzrv@archlinux.org.rc!' macro attach W \ "~/Downloads/" \ "Save attachment to ~/Downloads." macro index D \ "+Trash" \ "Move message to Trash" macro index S \ "+Spam" \ "Move message to Spam." macro index I \ "=Archives/INBOX/2020" \ "Archive tagged INBOX message(s) in Archives.INBOX.2020" macro index G \ "=Archives/Sent/2020" \ "Archive tagged Sent message(s) in Archives.Sent.2020" macro index,pager A \ "khard add-email" \ "Add the sender email address to khard" macro index \ "set my_old_pipe_decode=\$pipe_decode my_old_wait_key=\$wait_key nopipe_decode nowait_key\ notmuch-mutt -r --prompt search\ `echo ${XDG_CACHE_HOME:-$HOME/.cache}/notmuch/mutt/results`\ set pipe_decode=\$my_old_pipe_decode wait_key=\$my_old_wait_key" \ "notmuch: search mail" macro index \ "set my_old_pipe_decode=\$pipe_decode my_old_wait_key=\$wait_key nopipe_decode nowait_key\ notmuch-mutt -r thread\ `echo ${XDG_CACHE_HOME:-$HOME/.cache}/notmuch/mutt/results`\ set pipe_decode=\$my_old_pipe_decode wait_key=\$my_old_wait_key" \ "notmuch: reconstruct thread" macro index \ "set my_old_pipe_decode=\$pipe_decode my_old_wait_key=\$wait_key nopipe_decode nowait_key\ notmuch-mutt tag -- -inbox\ set pipe_decode=\$my_old_pipe_decode wait_key=\$my_old_wait_key" \ "notmuch: remove message from inbox" # vi: ft=muttrc