From: martin f. krafft Date: Thu, 31 Jan 2019 03:36:55 +0000 (+1300) Subject: fix msgid loading in mutt X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/commitdiff_plain/de4846805ee24ef95f4455530451e87401e89a8d fix msgid loading in mutt --- diff --git a/.bin/task_call b/.bin/task_call index 9f43a67..eda77d0 100755 --- a/.bin/task_call +++ b/.bin/task_call @@ -19,7 +19,7 @@ case "$DATATYPE" in ;; (msgid) - mutt -f =store -e "push '~i $DATAPAYL'" + mutt -f =store -e "push '~(=i\"$DATAPAYL\")=i\"$DATAPAYL\"'" ;; (url)