Fix mail terminal bug

This commit is contained in:
Santiago Lo Coco 2023-12-26 19:14:18 -03:00
parent 0f87a8ed80
commit d613089e3a
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
#!/bin/sh #!/bin/sh
case "$1" in case "$1" in
1) "$TERMINAL" -e "neomutt" ;; #1) "$TERMINAL" -e "neomutt" ;;
1) "$TERMINAL" -e "neomutt" > ~/.cache/neomutt.log 2>&1
#3) mw -Y ;; #3) mw -Y ;;
# 3) "$TERMINAL" -e "neomutt" ;; # 3) "$TERMINAL" -e "neomutt" ;;
esac esac