mutt-wizard

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 695ca159404bbb03b91fd9b0949956835c2d272e
parent 9cc29554241af944606d9c236c85f0ce4a73c962
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Mon, 27 May 2019 19:26:32 -0400

Merge pull request #224 from Kr1ss-XD/clean-abort

restore default text color on 'Ctrl-C' exit
Diffstat:
Mbin/mw | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/bin/mw b/bin/mw @@ -313,6 +313,8 @@ synchronize_flags=true gpg_path=$GPG" echo "$nmbasic" > "$NOTMUCH_CONFIG" ;} +trap 'echo -e "\033[0m\n"' INT + case "$1" in ls) list ;; add) asktype && askinfo && tryconnect && finalize || delete ;;