From e3b85ed55a1afc62c8cf0f8fb7bdbb6174eeaf0b Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Fri, 24 Aug 2018 17:04:39 -0400 Subject: [PATCH] Added unset mark_old to configurations. --- fleacollar.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/fleacollar.sh b/fleacollar.sh index d532492..12dd7b9 100755 --- a/fleacollar.sh +++ b/fleacollar.sh @@ -210,6 +210,7 @@ initialize_directory() echo "set message_cachedir=${muttHome/#$HOME/\~}/cache/bodies" >> "$muttHome/muttrc" echo "set certificate_file=${muttHome/#$HOME/\~}/certificates" >> "$muttHome/muttrc" echo "set markers=no" >> "$muttHome/muttrc" + echo "unset mark_old" >> "$muttHome/muttrc" echo "auto_view text/html" >> "$muttHome/muttrc" echo "alternative_order text/plain text/enriched text/html" >> "$muttHome/muttrc" echo "message-hook '!(~g|~G) ~b\"^ 5 dash charactersBEGIN\\ PGP\\ (SIGNED\\ )?MESSAGE\"' \"exec check-traditional-pgp\"" >> "$muttHome/muttrc"