From c12fd15d3f6150b453a32732764e229a7eb006c7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 26 Feb 2018 15:51:22 +0100 Subject: mcom: fix $draftmime for when not using outbox --- mcom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mcom') diff --git a/mcom b/mcom index 7e47819..5466896 100755 --- a/mcom +++ b/mcom @@ -93,7 +93,7 @@ if [ -z "$outbox" ]; then elif [ -z "$draft" ]; then draft=$(ls -1t ./snd.*[0-9] | sed 1q) fi - draftmime="./snd.$i.mime" + draftmime="$draft.mime" else if [ -z "$resume" ]; then draft="$(true | mdeliver -v -c -XD "$outbox")" -- cgit 1.4.1