From 8cbd3ea3fb6578fc642a194f34fbbb263981117b Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 23 Jul 2019 14:43:33 -0400 Subject: [PATCH] Updated the index_format. --- fleacollar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fleacollar.sh b/fleacollar.sh index 0148fa3..427afc8 100755 --- a/fleacollar.sh +++ b/fleacollar.sh @@ -229,7 +229,7 @@ EOF esac echo "set text_flowed = yes" >> "$muttHome/muttrc" # Move the messge index number to the right edge. - echo "set index_format = '%Z %{%b %d} %-15.15L (%?l?%4l&%4c?) %s %4C'" >> "$muttHome/muttrc" + echo "set index_format = '[%Z] %-20.20F %s (%X Attached, Msg %4C)'" >> "$muttHome/muttrc" # I need to figure out a way to detect and set the language for the next setting. echo "set send_charset = us-ascii:utf-8" >> "$muttHome/muttrc" echo "set pager = 'builtin'" >> "$muttHome/muttrc"