#!/bin/sh # # Script to run editor from mutt. For some reason, the combination of # mutt and Emacs results in gnome-terminal getting confused. Running # clear fixes that. set -eu "$EDITOR" "$@" reset