mcom: automime can be empty

pull/153/head
Leah Neukirchen 5 years ago
parent d6c2470ad1
commit 30fba2bcfd

@ -367,7 +367,7 @@ while :; do
esac esac
if [ -e $draftmime ]; then if [ -e $draftmime ]; then
if [ $draft -ot $draftmime ] || [ "$automime" -eq 1 ]; then if [ $draft -ot $draftmime ] || [ "$automime" = 1 ]; then
stampdate $draftmime stampdate $draftmime
if $sendmail <$draftmime; then if $sendmail <$draftmime; then
if [ "$outbox" ]; then if [ "$outbox" ]; then

Loading…
Cancel
Save