summary refs log tree commit diff
diff options
context:
space:
mode:
-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