From d164496e09d29b4a840dd959a6f7dfbe5bbfb83a Mon Sep 17 00:00:00 2001 From: codesoap Date: Tue, 5 Feb 2019 21:40:21 +0100 Subject: mcom: Quote two more variables Before quoting these two variables I experienced problems when trying to use the "encrypt" option while using mcom. --- mcom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mcom') diff --git a/mcom b/mcom index c42a19f..f824302 100755 --- a/mcom +++ b/mcom @@ -402,7 +402,7 @@ while :; do esac if [ -e "$draftmime" ]; then - if [ $draft -ot $draftmime ] || [ "$automime" = 1 ]; then + if [ "$draft" -ot "$draftmime" ] || [ "$automime" = 1 ]; then stampdate "$draftmime" if $sendmail <"$draftmime"; then if [ "$outbox" ]; then -- cgit 1.4.1