Updated the index_format.

This commit is contained in:
Storm Dragon 2019-07-23 14:43:33 -04:00
parent 4500d198d1
commit 8cbd3ea3fb

View File

@ -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"