X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=mutt%2F.mutt%2Fmuttrc;h=4dee74f837d20b69c6c757558ed975f71a7a97e0;hb=04049574d9402109c0661093d2f90ee1b15104f5;hp=4157ad8a68f57c8e53bb1c5e1be36de49cab28db;hpb=d67cb7a54710bb17a2009b3fe4c69371f2f73b25;p=max%2Fdotfiles.git diff --git a/mutt/.mutt/muttrc b/mutt/.mutt/muttrc index 4157ad8..4dee74f 100644 --- a/mutt/.mutt/muttrc +++ b/mutt/.mutt/muttrc @@ -15,7 +15,21 @@ 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 + +# View urls more easily with urlview +macro index \cb "|urlview\n" +macro pager \cb "|urlview\n" + +set text_flowed=yes +set editor="vim +':set textwidth=0' +':set wrapmargin=0' +:set wrap'"