X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=email%2F.config%2Fmutt%2Fmuttrc;h=6e32d40c2c812d089f765d68c4cd66d158dac424;hb=8da7d88b48dda854cd7483653b4885eb282ea35d;hp=98f54ca1eb58ff6ebe9375c4fd2136113052a203;hpb=886fcf0cbe424a65df009dd486e12f8830302e6e;p=dotfiles.git diff --git a/email/.config/mutt/muttrc b/email/.config/mutt/muttrc index 98f54ca..6e32d40 100644 --- a/email/.config/mutt/muttrc +++ b/email/.config/mutt/muttrc @@ -1,6 +1,6 @@ # Basic information set from="mart@martlubbers.net" -alternates "mart@(cs\.ru\.nl|mart@martlubbers\.net)" +alternates "(mart@cs\.ru\.nl|mart@martlubbers\.net|Mart\.Lubbers@ru\.nl)" set use_from=yes set reverse_name=yes set envelope_from=yes @@ -13,16 +13,16 @@ set mask="!^\\.[^.]" source ~/.local/share/offlineimap/mailboxes # Receiving, sending and searching -set sendmail="/home/mrl/.config/mutt/checkattach.sh msmtp -a net" +set sendmail="checkattach.sh msmtp -a net" set send_charset="us-ascii:utf-8" -macro index,pager $ "/home/mrl/.config/mutt/force_sync.sh" "Force refresh" +macro index,pager $ "sync_mail.sh" "Force refresh" macro attach B "firefox \"data:text/html;base64,$(base64 -w 0 <&0)\"" # Set the correct msmtp account for the different addresses send2-hook '~f mart@martlubbers.net'\ - 'set sendmail="/home/mrl/.config/mutt/checkattach.sh msmtp -a net"' + 'set sendmail="checkattach.sh msmtp -a net"' send2-hook '((~f m.lubbers@cs.ru.nl)|(~f m.lubbers@science.ru.nl)|(~f mart@cs.ru.nl))'\ - 'set sendmail="/home/mrl/.config/mutt/checkattach.sh msmtp -a ru"' + 'set sendmail="checkattach.sh msmtp -a ru"' # Macro for switching to the ru address macro compose 2 "f^UMart Lubbers " @@ -67,6 +67,7 @@ auto_view text/html auto_view application/pdf # khal auto_view application/ics +auto_view text/calendar # libreoffice --cat auto_view application/vnd.openxmlformats-officedocument.wordprocessingml.document auto_view application/msword