diff options
author | Leah Neukirchen <leah@vuxu.org> | 2018-11-14 17:07:03 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2018-11-14 17:07:03 +0100 |
commit | 4235c384ab4f21ba3a1d5e908a08701f40735494 (patch) | |
tree | a47e2e6f2beba4c8acfa02c82928e095752f1735 /mcom | |
parent | 188aeac3e1bf03ad087213a9322c23c62b0fea4f (diff) | |
download | mblaze-4235c384ab4f21ba3a1d5e908a08701f40735494.tar.gz mblaze-4235c384ab4f21ba3a1d5e908a08701f40735494.tar.xz mblaze-4235c384ab4f21ba3a1d5e908a08701f40735494.zip |
mcom: aborting the editor is more like delete than cancel
Diffstat (limited to 'mcom')
-rwxr-xr-x | mcom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mcom b/mcom index 171fb1b..45be6fb 100755 --- a/mcom +++ b/mcom @@ -410,7 +410,7 @@ while :; do e|edit) c= if ! ${EDITOR:-vi} $draft; then - c=c + c=d fi stripempty $draft if mmime -c <$draft && ! needs_multipart $draft; then |