more adherence to standards
[dotfiles.git] / email / .config / mutt / muttrc
index 98f54ca..4312542 100644 (file)
@@ -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 $ "<shell-escape>/home/mrl/.config/mutt/force_sync.sh<enter><sync-mailbox>" "Force refresh"
 macro attach B "<pipe-entry>firefox \"data:text/html;base64,$(base64 -w 0 <&0)\"<enter>"
 
 # 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 <esc>2 "<esc>f^UMart Lubbers <mart@cs.ru.nl><enter>"