Changed the index_format slightly.

This commit is contained in:
Storm Dragon 2019-07-25 14:24:46 -04:00
parent 8cbd3ea3fb
commit da8565e028

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] %-20.20F %s (%X Attached, Msg %4C)'" >> "$muttHome/muttrc"
echo "set index_format = '[%Z] %-20.20F %s (Attached %X, 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"