about summary refs log tree commit diff
path: root/mcom
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2018-11-14 17:07:03 +0100
committerLeah Neukirchen <leah@vuxu.org>2018-11-14 17:07:03 +0100
commit4235c384ab4f21ba3a1d5e908a08701f40735494 (patch)
treea47e2e6f2beba4c8acfa02c82928e095752f1735 /mcom
parent188aeac3e1bf03ad087213a9322c23c62b0fea4f (diff)
downloadmblaze-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-xmcom2
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