From: Mart Lubbers Date: Fri, 2 Nov 2018 07:59:17 +0000 (+0100) Subject: muttrc disable encryption when sending from ru X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=3232ebec1b74563f7dbd3ff7652c44976b6a705d;p=dotfiles.git muttrc disable encryption when sending from ru --- diff --git a/email/.mutt/muttrc b/email/.mutt/muttrc index e0a8bb1..6dd6c09 100644 --- a/email/.mutt/muttrc +++ b/email/.mutt/muttrc @@ -18,13 +18,17 @@ set send_charset="us-ascii:utf-8" macro index,pager $ "/home/mrl/.mutt/force_sync.sh" "Force refresh" macro attach B "firefox \"data:text/html;base64,$(base64 -w 0 <&0)\"" -macro compose 1 "f^UMart Lubbers 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 2 "f^UMart Lubbers 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 2 "f^UMart Lubbers " +# 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 c' #folder-hook . push "~=$"