X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/7be8fcd1a5cccf51471978d8ca8c5586f06c134b..f5bfa5864d2feef66948fde764c376b7a9f8b839:/uip/mhmail diff --git a/uip/mhmail b/uip/mhmail index 09625afc..b94886f0 100755 --- a/uip/mhmail +++ b/uip/mhmail @@ -299,10 +299,9 @@ else if "$post_or_send" $postsendargs "$tmpfile"; then exit - else - status=$? - mv -f "$tmpfile" dead.letter - printf 'Letter saved in dead.letter\n' >&2 - exit $status fi + status=$? + mv -f "$tmpfile" dead.letter + printf 'Letter saved in dead.letter\n' >&2 + exit $status fi