about summary refs log tree commit diff
path: root/mcom
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2019-01-12 16:11:57 +0100
committerLeah Neukirchen <leah@vuxu.org>2019-01-12 16:11:57 +0100
commit30fba2bcfdd905d57e041f72a31802059c1ba2dc (patch)
treed5b287b44f1a67a055dab860a6c0538c1bab031e /mcom
parentd6c2470ad12253fe12287bb8f825887fc38bf320 (diff)
downloadmblaze-30fba2bcfdd905d57e041f72a31802059c1ba2dc.tar.gz
mblaze-30fba2bcfdd905d57e041f72a31802059c1ba2dc.tar.xz
mblaze-30fba2bcfdd905d57e041f72a31802059c1ba2dc.zip
mcom: automime can be empty
Diffstat (limited to 'mcom')
-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