From a5d4b2023ecf404c3e0d175db7212bdcf88b2be7 Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 1 Jun 2026 19:53:20 +0200 Subject: [PATCH] feat(mail): one line mail to things --- mail.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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