dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit a3902de984d8800f6d405900d01398dd2178a9c8
parent 25795165c44344e67cb7e454e1345e1b7dcb32ba
Author: pyratebeard <root@pyratebeard.net>
Date:   Thu, 25 Aug 2016 21:43:10 +0100

fixed background colour

Diffstat:
Mmutt/.mutt/muttrc | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/mutt/.mutt/muttrc b/mutt/.mutt/muttrc @@ -15,4 +15,5 @@ set imap_keepalive = 300 set mail_check = 120 set editor = vim set sort=reverse-threads -set sort_aux=date-received -\ No newline at end of file +set sort_aux=date-received +color normal default default +\ No newline at end of file