summary refs log tree commit diff
path: root/mcom
diff options
context:
space:
mode:
authorIvy Foster <ivy.foster@gmail.com>2016-09-03 17:48:29 -0500
committerChristian Neukirchen <chneukirchen@gmail.com>2016-09-04 18:20:33 +0200
commitb9f09fc581b50114938ac542dd87bf2457664c58 (patch)
tree072383e71ff39716eec8f909c4f358a2a3504daa /mcom
parent5ac3df8e4484199fd297e6aee75aef74db051b77 (diff)
downloadmblaze-b9f09fc581b50114938ac542dd87bf2457664c58.tar.gz
mblaze-b9f09fc581b50114938ac542dd87bf2457664c58.tar.xz
mblaze-b9f09fc581b50114938ac542dd87bf2457664c58.zip
mcom: draft messages in $outbox/cur/, not $outbox/new/
Diffstat (limited to 'mcom')
-rwxr-xr-xmcom2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcom b/mcom
index e7d8b40..8ca3425 100755
--- a/mcom
+++ b/mcom
@@ -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