X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/616f061f77605ce342e3068e5aacda3dffa24710..829a405011c59fded10d42ca3b71af7b23cde116:/.mutt/edit-header?ds=inline diff --git a/.mutt/edit-header b/.mutt/edit-header index 3a3a96a..c87717a 100755 --- a/.mutt/edit-header +++ b/.mutt/edit-header @@ -7,7 +7,7 @@ # Copyright © 2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -set -euvx +set -eu if [ ! -x "$(command -v formail)" ]; then echo E: formail not installed. >&2 @@ -62,6 +62,7 @@ esac echo "set my_editor=\"\$editor\'" echo "set editor=\"$editor\"" -echo "push " +#echo "push " +echo "push " # we need to push this so it happens after the editing echo "push :set editor=\"\$my_editor\""