Add .muttrc
authorColin Patrick McCabe <cmccabe@nvidia.com>
Mon, 17 Oct 2011 22:37:57 +0000 (15:37 -0700)
committerColin Patrick McCabe <cmccabe@nvidia.com>
Mon, 17 Oct 2011 22:37:57 +0000 (15:37 -0700)
Signed-off-by: Colin McCabe <cmccabe@alumni.cmu.edu>

.muttrc [new file with mode: 0644]

diff --git a/.muttrc b/.muttrc
new file mode 100644 (file)
index 0000000..6d32b09
--- /dev/null
+++ b/.muttrc
@@ -0,0 +1,29 @@
+set postponed="=Drafts"
+set mail_check=30
+set timeout=15
+set header_cache=~/.hcache
+set net_inc=5
+set text_flowed
+set sort=threads
+set sort_browser=date
+set sort_aux=last-date-received
+set query_command="echo; grep -i '%s' ~/.mutt/data/ldap.cache"
+
+# Prefer text/plain
+auto_view text/html
+alternative_order text/plain
+
+color normal black default
+color attachment brightgreen default
+color hdrdefault blue default
+color indicator black brightyellow
+color markers brightred default
+color quoted magenta default
+color signature cyan default
+color status default blue
+color tilde magenta default
+color tree magenta default
+color body brightmagenta default [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+
+color body brightblue default (https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+
+
+source ~/.muttrc-local