From 3b8f3d9c4c44bc8d3ff1dda3a4c7a630b26a1c80 Mon Sep 17 00:00:00 2001 From: Peter Hoeg Date: Tue, 30 May 2023 09:35:19 +0800 Subject: [PATCH] adjust signature position for replies #152 --- org-msg.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-msg.el b/org-msg.el index a060768..354f379 100644 --- a/org-msg.el +++ b/org-msg.el @@ -1207,7 +1207,7 @@ MML tags." (org-escape-code-in-region (point) (point-max)))) (when .signature (unless (eq .style 'top-posting) - (goto-char (point-max))) + (goto-char (org-msg-end))) (insert .signature))) (if (org-msg-message-fetch-field "to") (org-msg-goto-body)