mcom: draft messages in $outbox/cur/, not $outbox/new/

pull/10/head
Ivy Foster 8 years ago committed by Christian Neukirchen
parent 5ac3df8e44
commit b9f09fc581

@ -28,7 +28,7 @@ if [ -z "$outbox" ]; then
draft="snd.$i"
draftmime="./snd.$i.mime"
else
draft="$(true | mdeliver -v -XD "$outbox")"
draft="$(true | mdeliver -v -c -XD "$outbox")"
if [ -z "$draft" ]; then
echo "$0: failed to create draft in outbox $outbox." 1>&2
exit 1

Loading…
Cancel
Save