commit 71314f20a9303f7fe25f2f880e13f0b7e53cf3ae
parent 35538e7f1236c303fc475c2afd47f6d45eb601cd
Author: Steven Schmeiser <steven@schmeiser.org>
Date: Tue, 1 Apr 2014 14:33:40 +0200
async edit: automatically launch async hook
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lib/sup/modes/edit_message_async_mode.rb b/lib/sup/modes/edit_message_async_mode.rb
@@ -29,11 +29,12 @@ EOS
@orig_mtime = File.mtime @file_path
@text = ["ASYNC MESSAGE EDIT",
- "", "Your message with subject:", msg_subject, "is saved in a file:", "", @file_path, "",
+ "", "Your message with subject:", msg_subject, "is saved in a file:", "", @file_path, "",
"You can edit your message in the editor of your choice and continue to",
"use sup while you edit your message.", "",
"Press <Enter> to have the file path copied to the clipboard.", "",
"When you have finished editing, select this buffer and press 'E'.",]
+ run_async_hook()
super()
end