X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=email%2F.mutt%2Fmuttrc;h=44ab8af66feea22aa888b0f902c53342f20c3337;hb=29f4acd0ae2d23db79e33cc0d4d064b53771d1f6;hp=ce3a6e492ab695a924756b69565d4d33b565e4b1;hpb=01db11ff30885d6a4547d638535bde0e418ca039;p=dotfiles.git diff --git a/email/.mutt/muttrc b/email/.mutt/muttrc index ce3a6e4..44ab8af 100644 --- a/email/.mutt/muttrc +++ b/email/.mutt/muttrc @@ -11,10 +11,15 @@ set mask="!^\\.[^.]" source ~/.mutt/mailboxes # Receiving, sending and searching -set sendmail="msmtp -C /home/mrl/.config/msmtp/config" +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 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\"" + +#folder-hook . push "~=$" # Key bindings bind index gg first-entry @@ -76,6 +81,9 @@ macro index,pager A \ # sidebar source ~/.mutt/sidebar.muttrc +# notmuch +source ~/.mutt/notmuch.muttrc + # Crypto source ~/.mutt/gpg.muttrc