# source folder settings and enter folder macro index,pager 'source ~/.mutt/dave@sleepmap.de.rc!' macro index,pager 'source ~/.mutt/david.runge@campus.tu-berlin.de.rc!' macro index,pager 'source ~/.mutt/dave@c-base.org.rc!' # adding default download folder macro attach W "~/Downloads/" \ "Save to Downloads folder" # adding e-mail addresses to khard address book macro index,pager A \ "khard add-email" \ "add the sender email address to khard" # notmuch-mutt 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"