# vim: filetype=neomuttrc source /usr/share/mutt-wizard/mutt-wizard.muttrc source /home/alex/.config/mutt/accounts/alexander@bocken.org.muttrc macro index,pager i1 'source /home/alex/.config/mutt/accounts/alexander@bocken.org.muttrc!;' "switch to alexander@bocken.org" macro index,pager i2 'source /home/alex/.config/mutt/accounts/1-abocken@ethz.ch.muttrc!;' "switch to abocken@ethz.ch" set forward_attachments = ask-yes macro compose m \ "set pipe_decode\ pandoc -f gfm -t plain -o /tmp/msg.txt\ pandoc -s --self-contained -o /tmp/msg.html --resource-path ~/.config/mutt/templates/ --template email\ unset pipe_decode\ /tmp/msg.txt\ /tmp/msg.html\ " \ "Convert markdown to HTML5 and plaintext alternative content types" set query_command = "abook --config $XDG_CONFIG_HOME/abook/abookrc --datafile $XDG_DATA_HOME/abook/addressbook --mutt-query '%s'" macro index,pager a "set my_pipe_decode=\$pipe_decode pipe_decodeabook --config $XDG_CONFIG_HOME/abook/abookrc --datafile $XDG_DATA_HOME/abook/addressbook --add-emailset pipe_decode=\$my_pipe_decode; unset my_pipe_decode" "add the sender address to abook" macro index,pager i3 'source /home/alex/.config/mutt/accounts/alexander@aaathats3as.com.muttrc!;' "switch to alexander@aaathats3as.com"