X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/558ce78435ff49a6bdf02cba5fe0c90dbd35748d..74bc871ae581b7331e5254b267be881410ded994:/.mutt/edit-header diff --git a/.mutt/edit-header b/.mutt/edit-header index 07817d2..ab7444b 100755 --- a/.mutt/edit-header +++ b/.mutt/edit-header @@ -30,6 +30,10 @@ get_header_contents() script="${0%/*}/${2:-}" if [ -f "$script" ] && [ -x "$script" ]; then + if [ -z "${__RLWRAPPED:-}" ] && [ -x $(command -v rlwrap) ]; then + __RLWRAPPED=true exec rlwrap "$0" "$@" + fi + contents_source="$script" shift else