clean up mpd
[dotfiles.git] / email / .mutt / muttrc
index 4ac8ff3..00dfdeb 100644 (file)
@@ -11,9 +11,9 @@ set mask="!^\\.[^.]"
 source ~/.mutt/mailboxes
 
 # Receiving, sending and searching
-set sendmail="msmtp -C /home/mart/.mutt/msmtprc"
+set sendmail="msmtp -C /home/mrl/.config/msmtp/config"
 set send_charset="us-ascii:utf-8"
-macro index,pager $ "<shell-escape>offlineimap -c ~/.mutt/offlineimaprc &<enter><sync-mailbox>" "Force refresh"
+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>"
 
 # Key bindings
@@ -23,7 +23,8 @@ bind pager k previous-line
 bind pager j next-line
 bind pager gg top
 bind pager G bottom
-bind pager R group-reply 
+bind index,pager R group-reply 
+bind index,pager F flag-message
 
 # Misc options
 set timeout=2
@@ -45,7 +46,16 @@ ignore headers *
 unignore headers from to subject date cc
 set mailcap_path=~/.mutt/mailcap
 set mailcap_sanitize=yes
+
+# w3m --dump
 auto_view text/html
+# pdftotext
+auto_view application/pdf 
+# libreoffice --cat
+auto_view application/vnd.openxmlformats-officedocument.wordprocessingml.document
+auto_view application/msword
+auto_view application/vnd.openxmlformats-officedocument.wordprocessingml.document
+auto_view application/vnd.oasis.opendocument.text
 
 # Pager options
 set pager_index_lines=20
@@ -63,13 +73,12 @@ macro index,pager A \
     "<pipe-message>khard add-email<return>" \
     "add the sender email address to khard"
 
+# sidebar
+source ~/.mutt/sidebar.muttrc
+
+# Crypto
+source ~/.mutt/gpg.muttrc
+
 # Colors
 source ~/.mutt/colors.muttrc
 
-# Crypto
-set crypt_use_gpgme=yes
-set crypt_autosign
-set crypt_replysign
-set crypt_replysignencrypted=yes
-set crypt_verify_sig=yes
-message-hook '!(~g|~G) ~b"^-----BEGIN\ PGP\ (SIGNED\ )?MESSAGE"' "exec check-traditional-pgp"