From 0b493613daffc96c63bc1252cda407bde484da1b Mon Sep 17 00:00:00 2001 From: Justin Silverman Date: Fri, 6 Dec 2024 09:13:59 -0500 Subject: [PATCH] Revert "fixes #200" This reverts commit 6a0abc3295bcebdb4d6f9b7491ba6934853bc53f. --- org-msg.el | 1 + 1 file changed, 1 insertion(+) diff --git a/org-msg.el b/org-msg.el index 2160507..558590c 100644 --- a/org-msg.el +++ b/org-msg.el @@ -1553,6 +1553,7 @@ Type \\[org-msg-attach] to call the dispatcher for attachment \\{org-msg-edit-mode-map}" (setq-local message-sent-message-via nil) (add-hook 'message-send-hook 'org-msg-prepare-to-send nil t) + (add-hook 'message-sent-hook 'undo t t) (add-hook 'completion-at-point-functions 'message-completion-function nil t) (cond ((message-mail-alias-type-p 'abbrev) (mail-abbrevs-setup)) ((message-mail-alias-type-p 'ecomplete) (ecomplete-setup)))