diff options
author | Leah Neukirchen <leah@vuxu.org> | 2019-01-12 16:14:12 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2019-01-12 16:14:12 +0100 |
commit | 3c6f5c3cee7ea82cf9b853df0dc15ae9205c839b (patch) | |
tree | fbad9e3a498e20391b47699fd88e53fae828a563 /mcom | |
parent | 577b4497e4bd8d5bc3991ea0e567a1a84373ea2c (diff) | |
download | mblaze-3c6f5c3cee7ea82cf9b853df0dc15ae9205c839b.tar.gz mblaze-3c6f5c3cee7ea82cf9b853df0dc15ae9205c839b.tar.xz mblaze-3c6f5c3cee7ea82cf9b853df0dc15ae9205c839b.zip |
mcom: enter the loop again when we should run mime, another place
Diffstat (limited to 'mcom')
-rwxr-xr-x | mcom | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mcom b/mcom index fdb363a..dba0983 100755 --- a/mcom +++ b/mcom @@ -401,6 +401,7 @@ while :; do else printf '%s\n' "mcom: message needs to be MIME-encoded first." c= + continue fi fi |