macro index,pager $ "<shell-escape>/home/mrl/.mutt/force_sync.sh<enter><sync-mailbox>" "Force refresh"
macro attach B "<pipe-entry>firefox \"data:text/html;base64,$(base64 -w 0 <&0)\"<enter>"
-macro compose <esc>1 "<esc>f^UMart Lubbers <mart@martlubbers.net><enter>ps"
-send2-hook "~f mart@martlubbers.net" "set sendmail=\"msmtp -C /home/mrl/.config/msmtp/config -a net\""
+# Set the correct msmtp account for the different addresses
+send2-hook '~f mart@martlubbers.net'\
+ 'set sendmail="msmtp -C /home/mrl/.config/msmtp/config -a net"'
+send2-hook '((~f m.lubbers@cs.ru.nl)|(~f m.lubbers@science.ru.nl)|(~f mart@cs.ru.nl))'\
+ 'set sendmail="msmtp -C /home/mrl/.config/msmtp/config -a ru"'
-macro compose <esc>2 "<esc>f^UMart Lubbers <mart@cs.ru.nl><enter>pc"
-send2-hook "~f m.lubbers@cs.ru.nl" "set sendmail=\"msmtp -C /home/mrl/.config/msmtp/config -a ru\""
-send2-hook "~f m.lubbers@science.ru.nl" "set sendmail=\"msmtp -C /home/mrl/.config/msmtp/config -a ru\""
-send2-hook "~f mart@cs.ru.nl" "set sendmail=\"msmtp -C /home/mrl/.config/msmtp/config -a ru\""
+# Macro for switching to the ru address
+macro compose <esc>2 "<esc>f^UMart Lubbers <mart@cs.ru.nl><enter>"
+# Disable pgp when sending from a ru address
+send2-hook '((~f m.lubbers@cs.ru.nl)|(~f m.lubbers@science.ru.nl)|(~f mart@cs.ru.nl)) (~g|~G)'\
+ 'push <pgp-menu>c'
#folder-hook . push "<delete-pattern>~=<enter>$"