Skip to content

Commit

Permalink
adjust signature position for replies jeremy-compostella#152
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Aug 16, 2023
1 parent 055de4a commit 3b8f3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org-msg.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3b8f3d9

Please sign in to comment.