set pgp_use_gpg_agent = no set crypt_use_gpgme=no # Specify what key to use for signing here: set pgp_sign_as=0x # decode application/pgp set pgp_decode_command="qubes-gpg-client-wrapper -d --status-fd=2 --batch %f" # decrypt a pgp/mime attachment set pgp_decrypt_command="$pgp_decode_command" # verify a pgp/mime signature #set pgp_verify_command="gpg --status-fd=2 --no-verbose --quiet --batch --output - --verify %s %f" set mbox_type=Maildir set record=+mail set header_cache = "/home/user/.cache/Mail/headers" set editor="vi -c ':set tw=72' " set pager_index_lines=10 color index green black ~N color index yellow black ~O 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\ /usr/bin/notmuch-mutt -r thread \ /home/user/.cache/notmuch/mutt/results \ set pipe_decode=\$my_old_pipe_decode wait_key=\$my_old_wait_key" \ "notmuch: reconstruct thread"