diff options
Diffstat (limited to 'mcom')
-rwxr-xr-x | mcom | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mcom b/mcom index e0aeaf7..3658dcb 100755 --- a/mcom +++ b/mcom @@ -250,6 +250,11 @@ else draftmime="$(printf '%s\n' "$draft" | sed 's,\(.*\)/cur/,\1/tmp/mime-,')" fi +if [ -n "$resume" ] && [ -z "$draft" ]; then + echo "mcom: no draft found" + exit 1 +fi + [ -z "$resume" ] && { case "$0" in |