X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=mutt%2F.mutt%2Fmuttrc;h=9259030fb35c89f2b12eaaadfb9ad707f433e61c;hb=81f125d39f083373fb2b158aa610121a1fe1ccd0;hp=4157ad8a68f57c8e53bb1c5e1be36de49cab28db;hpb=df51e4ff08881b3b8d94e3d8c56660af66c72785;p=max%2Fdotfiles.git diff --git a/mutt/.mutt/muttrc b/mutt/.mutt/muttrc index 4157ad8..9259030 100644 --- a/mutt/.mutt/muttrc +++ b/mutt/.mutt/muttrc @@ -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" + +