Some update
[dotfiles.git] / email / .mutt / muttrc
index 1ab871e..44ab8af 100644 (file)
@@ -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 $ "<shell-escape>offlineimap &<enter><sync-mailbox>" "Force refresh"
 macro attach B "<pipe-entry>firefox \"data:text/html;base64,$(base64 -w 0 <&0)\"<enter>"
+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 "<delete-pattern>~=<enter>$"
 
 # Key bindings
 bind index gg first-entry
@@ -76,9 +81,11 @@ macro index,pager A \
 # sidebar
 source ~/.mutt/sidebar.muttrc
 
+# notmuch
+source ~/.mutt/notmuch.muttrc
+
 # Crypto
 source ~/.mutt/gpg.muttrc
 
 # Colors
 source ~/.mutt/colors.muttrc
-