update spelling, cloo.gl, scr, new mailserver etc etc
[dotfiles.git] / email / .mutt / muttrc
index 00dfdeb..d341140 100644 (file)
@@ -11,10 +11,14 @@ 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 mart.lubbers@student.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
@@ -66,7 +70,7 @@ set tilde
 set quote_regexp="^( {0,4}[>|:#%]| {0,4}[a-z0-9]+[>|]+)+"
 
 # Address book
-set query_command= "khard email --search '%s'"
+set query_command= "khard email --parsable '%s'"
 bind editor <Tab> complete-query
 bind editor ^T    complete
 macro index,pager A \
@@ -81,4 +85,3 @@ source ~/.mutt/gpg.muttrc
 
 # Colors
 source ~/.mutt/colors.muttrc
-