]> git.friedersdorff.com Git - max/dotfiles.git/blobdiff - mutt/.mutt/muttrc
Aliases and viewing urls in mutt
[max/dotfiles.git] / mutt / .mutt / muttrc
index 4157ad8a68f57c8e53bb1c5e1be36de49cab28db..9259030fb35c89f2b12eaaadfb9ad707f433e61c 100644 (file)
@@ -15,7 +15,23 @@ source "gpg -dq ~/.mutt/passwords.gpg |"
 # Always check personal email first
 source ~/.mutt/account.com.friedersdorff.max
 
+# Automatically render html emails.  Not sure if this is a good idea
 auto_view text/html
 alternative_order text/plain text/enriched text/html
 
+# Solarized color theme
 source ~/.mutt/solarized.muttrc
+
+# use abook for aliases
+set alias_file=~/.mutt/aliases
+set sort_alias= alias
+source $alias_file
+
+#set query_command="abook --mutt-query '%s'"
+#macro index a   "|abook --add-email\n" 'add sender to abook'
+#macro pager a   "|abook --add-email\n" 'add sender to abook'
+
+macro index \cb   "|urlview\n"
+macro pager \cb   "|urlview\n"
+
+