X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=email%2F.mutt%2Fmuttrc;h=0566146a84b03a8b435b5d81f9abc68be676884b;hb=305f4e53aba70e6660e927bd26946e338dce6251;hp=71e7bdf4ff9599d9b4b42a72ddfdb818dca61791;hpb=1e6011180d858018ccaf465cfbd36904acbbb7b7;p=dotfiles.git diff --git a/email/.mutt/muttrc b/email/.mutt/muttrc index 71e7bdf..0566146 100644 --- a/email/.mutt/muttrc +++ b/email/.mutt/muttrc @@ -1,6 +1,8 @@ # Basic information set from="mart@martlubbers.net" -set use_from="yes +alternates "mart@(cs\.ru\.nl|mart@martlubbers\.net)" +set use_from=yes +set reverse_name=yes set envelope_from=yes set mbox_type=Maildir set folder=~/.mutt/mail @@ -13,10 +15,14 @@ source ~/.mutt/mailboxes # Receiving, sending and searching set sendmail="/home/mrl/.mutt/checkattach.sh msmtp -C /home/mrl/.config/msmtp/config" set send_charset="us-ascii:utf-8" -macro index,pager $ "offlineimap &" "Force refresh" +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 mart.lubbers@student.ru.nl" "set sendmail=\"msmtp -C /home/mrl/.config/msmtp/config -a ru\"" +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\"" + +#folder-hook . push "~=$" # Key bindings bind index gg first-entry @@ -52,7 +58,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 @@ -78,6 +86,9 @@ macro index,pager A \ # sidebar source ~/.mutt/sidebar.muttrc +# notmuch +source ~/.mutt/notmuch.muttrc + # Crypto source ~/.mutt/gpg.muttrc