Browse Source

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

restore default text color on 'Ctrl-C' exit
tags/v3.1
Luke Smith 5 years ago
committed by GitHub
parent
commit
695ca15940
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      bin/mw

+ 2
- 0
bin/mw View File

@@ -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 ;;


Loading…
Cancel
Save