summaryrefslogtreecommitdiffstats
path: root/muttrc
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-05-12 23:40:03 +0200
committerGravatar Tom Willemsen2011-05-12 23:41:49 +0200
commit8a3f33629b74010e797b4faebc7da911fa351c62 (patch)
tree1821e1cc5c2e30488a06a3abb40abc1ffa956f76 /muttrc
parent3d05efca4d5d4ecc428f0cb7fb7954e412f289d9 (diff)
downloaddotfiles-8a3f33629b74010e797b4faebc7da911fa351c62.tar.gz
dotfiles-8a3f33629b74010e797b4faebc7da911fa351c62.zip
Colors update
I like the naquadah theme for emacs, so now I've changed a few colors to make my terminal apps look a little bit more like it, more will most likely follow.
Diffstat (limited to 'muttrc')
-rw-r--r--muttrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/muttrc b/muttrc
index 841302a..c97767b 100644
--- a/muttrc
+++ b/muttrc
@@ -28,7 +28,7 @@ unset mark_old # read/new is good enough for me
set beep_new # bell on new mails
set pipe_decode # strip headers and eval mimes when piping
set thorough_search # strip headers and eval mimes before searching
-set ascii_chars = yes
+#set ascii_chars = yes
# index options
set sort = threads # like gmail
@@ -52,6 +52,7 @@ alternative_order text/plain text/enriched text/html # save html for last
set quote_regexp = "^( {0,4}[>|:#%]| {0,4}[a-z0-9]+[>|]+)+"
# formats
+set status_format = "-%r %f [Msgs:%?M?%M/?%m%?n? New:%n?%?o? Old:%o?%?d? Del:%d?%?F? Flag:%F?%?t? Tag:%t?%?p? Post:%p?%?b? Inc:%b?%?l? %l?] (%s/%S) %> (%P) "
set date_format = "%d %b %H:%M"
set index_format = "%3C %Z %D [%-12.12F] %s"
set alias_format = "%4n %t %-20a %r"