Fix mail terminal bug
This commit is contained in:
parent
0f87a8ed80
commit
d613089e3a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue