From 30fba2bcfdd905d57e041f72a31802059c1ba2dc Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 12 Jan 2019 16:11:57 +0100 Subject: mcom: automime can be empty --- mcom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mcom') diff --git a/mcom b/mcom index 019c819..65a9404 100755 --- a/mcom +++ b/mcom @@ -367,7 +367,7 @@ while :; do esac if [ -e $draftmime ]; then - if [ $draft -ot $draftmime ] || [ "$automime" -eq 1 ]; then + if [ $draft -ot $draftmime ] || [ "$automime" = 1 ]; then stampdate $draftmime if $sendmail <$draftmime; then if [ "$outbox" ]; then -- cgit 1.4.1