about summary refs log tree commit diff
path: root/mcom
diff options
context:
space:
mode:
Diffstat (limited to 'mcom')
-rwxr-xr-xmcom4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcom b/mcom
index 4f8f4f6..cd462de 100755
--- a/mcom
+++ b/mcom
@@ -352,7 +352,7 @@ while :; do
 				if $sendmail <$draftmime; then
 					if [ "$outbox" ]; then
 						mv $draftmime $draft
-						mflag -d $draft
+						mflag -d -S $draft
 					else
 						rm $draft $draftmime
 					fi
@@ -370,7 +370,7 @@ while :; do
 				stampdate $draft
 				if $sendmail <$draft; then
 					if [ "$outbox" ]; then
-						mflag -d $draft
+						mflag -d -S $draft
 					else
 						rm $draft
 					fi