diff options
-rwxr-xr-x | mcom | 2 |
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 |