diff --git a/blocks.def/mail_button.sh b/blocks.def/mail_button.sh index a6c989e..8b71355 100755 --- a/blocks.def/mail_button.sh +++ b/blocks.def/mail_button.sh @@ -1,7 +1,8 @@ #!/bin/sh case "$1" in - 1) "$TERMINAL" -e "neomutt" ;; + #1) "$TERMINAL" -e "neomutt" ;; + 1) "$TERMINAL" -e "neomutt" > ~/.cache/neomutt.log 2>&1 #3) mw -Y ;; # 3) "$TERMINAL" -e "neomutt" ;; esac