From 8a3f33629b74010e797b4faebc7da911fa351c62 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 12 May 2011 23:40:03 +0200 Subject: 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. --- muttrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'muttrc') 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" -- cgit v1.2.3-54-g00ecf