Skip to content

Commit

Permalink
mcom: fix $draftmime for when not using outbox
Browse files Browse the repository at this point in the history
  • Loading branch information
leahneukirchen committed Feb 26, 2018
1 parent 80dafa1 commit c12fd15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcom
Original file line number Diff line number Diff line change
Expand Up @@ -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")"
Expand Down

0 comments on commit c12fd15

Please sign in to comment.