X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;ds=sidebyside;f=email%2F.mutt%2Fmuttrc;h=6dd6c099718d5ad5ef37900d7cdbaa98b84568c4;hb=3a92354af22bbdab45045d2acfe095d52a4eb59b;hp=5b4c18ce98a56c8a0e0328519873ebbf74e14720;hpb=8ec6941067b3d666a327349af605cc97d1a52bdc;p=dotfiles.git diff --git a/email/.mutt/muttrc b/email/.mutt/muttrc index 5b4c18c..6dd6c09 100644 --- a/email/.mutt/muttrc +++ b/email/.mutt/muttrc @@ -17,10 +17,18 @@ set sendmail="/home/mrl/.mutt/checkattach.sh msmtp -C /home/mrl/.config/msmtp/co 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)\"" -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" "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\"" + +# 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 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 "~=$" @@ -58,7 +66,9 @@ set mailcap_sanitize=yes # w3m --dump auto_view text/html # pdftotext -auto_view application/pdf +auto_view application/pdf +# khal +auto_view application/ics # libreoffice --cat auto_view application/vnd.openxmlformats-officedocument.wordprocessingml.document auto_view application/msword