diff --git a/fleacollar.sh b/fleacollar.sh index 427afc8..c6b4006 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] %-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"