Skip to content

Commit

Permalink
Revert "fixes jeremy-compostella#200"
Browse files Browse the repository at this point in the history
This reverts commit 6a0abc3.
  • Loading branch information
jsilve24 committed Dec 6, 2024
1 parent 6a0abc3 commit 0b49361
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions org-msg.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand Down

0 comments on commit 0b49361

Please sign in to comment.