dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 8a370a3647f867e1521f08740b22df4394e417d9
parent 053b0876d31e57529a47c298ed0ce5e85165537a
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Mon, 18 Apr 2016 14:03:43 -0700

use non-ascii chars for thread symbols

Diffstat:
M.mutt/muttrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.mutt/muttrc b/.mutt/muttrc @@ -52,7 +52,7 @@ set sort_aux = reverse-last-date-received set charset=utf-8 set config_charset=utf-8 set noallow_8bit -set ascii_chars=yes +set ascii_chars=no # set to yes if terminal cannot display thread symbols set send_charset="utf-8" set assumed_charset="iso-8859-1" set meta_key=yes