about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xmcom2
1 files changed, 1 insertions, 1 deletions
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