mcom: Quote two more variables

Before quoting these two variables I experienced problems when
trying to use the "encrypt" option while using mcom.
pull/158/head
codesoap 5 years ago committed by Leah Neukirchen
parent 1aa4977f71
commit d164496e09

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

Loading…
Cancel
Save