]> git.friedersdorff.com Git - max/dotfiles.git/blobdiff - mutt/.mutt/muttrc
Flow text within mutt and don't add hard line breaks
[max/dotfiles.git] / mutt / .mutt / muttrc
index 4157ad8a68f57c8e53bb1c5e1be36de49cab28db..4dee74f837d20b69c6c757558ed975f71a7a97e0 100644 (file)
@@ -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'"