diff --git a/mail.sh b/mail.sh index ab048f3..0f9294b 100755 --- a/mail.sh +++ b/mail.sh @@ -12,7 +12,7 @@ command=$1 if [ "$1" = "task" ] || [ "$1" = "t" ]; then read -p "Task:" task - mutt -s "$task" things + echo "" | mutt -s "$task" things else echo "Use ${bold}mail task${dlob} or ${bold}mt${dlob} to send a task to Things. Otherwise, use ${bold}mutt${dlob} for mail" fi