improve bar with ip addr and battery status
[dotfiles.git] / email / .mutt / muttrc
index d341140..6dd6c09 100644 (file)
@@ -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,20 @@ 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 $ "<shell-escape>offlineimap &<enter><sync-mailbox>" "Force refresh"
+macro index,pager $ "<shell-escape>/home/mrl/.mutt/force_sync.sh<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\""
+
+# Set the correct msmtp account for the different addresses
+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)|(~f m.lubbers@science.ru.nl)|(~f mart@cs.ru.nl))'\
+       'set sendmail="msmtp -C /home/mrl/.config/msmtp/config -a ru"'
+
+# Macro for switching to the ru address
+macro compose <esc>2 "<esc>f^UMart Lubbers <mart@cs.ru.nl><enter>"
+# Disable pgp when sending from a ru address
+send2-hook '((~f m.lubbers@cs.ru.nl)|(~f m.lubbers@science.ru.nl)|(~f mart@cs.ru.nl)) (~g|~G)'\
+       'push <pgp-menu>c'
 
 #folder-hook . push "<delete-pattern>~=<enter>$"
 
@@ -54,7 +66,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
@@ -80,6 +94,9 @@ macro index,pager A \
 # sidebar
 source ~/.mutt/sidebar.muttrc
 
+# notmuch
+source ~/.mutt/notmuch.muttrc
+
 # Crypto
 source ~/.mutt/gpg.muttrc