summaryrefslogtreecommitdiff
path: root/bin/mw
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mw')
-rwxr-xr-xbin/mw2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/mw b/bin/mw
index b693299..f8c4f24 100755
--- 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 ;;