summary refs log tree commit diff
path: root/mcom
diff options
context:
space:
mode:
Diffstat (limited to 'mcom')
-rwxr-xr-xmcom2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcom b/mcom
index ebbddbf..82920dd 100755
--- a/mcom
+++ b/mcom
@@ -30,7 +30,7 @@ if [ -z "$outbox" ]; then
 	while [ -f "snd.$i" ]; do
 		i=$((i+1))
 	done
-	draft="snd.$i"
+	draft="./snd.$i"
 	draftmime="./snd.$i.mime"
 else
 	draft="$(true | mdeliver -v -c -XD "$outbox")"