mu4e-compose: add new line while replying above the cited message

This commit is contained in:
Vito Van 2024-03-31 08:33:40 +08:00
parent d29cf468ff
commit 0d6cdd45bf
No known key found for this signature in database
GPG Key ID: E1D45DF7D5583BA7
1 changed files with 1 additions and 1 deletions

View File

@ -846,7 +846,7 @@ replied to or forwarded, etc."
(if (not (message-field-value "Subject"))
(message-goto-subject)
(pcase message-cite-reply-position
((or 'above 'traditional) (message-goto-body))
((or 'above 'traditional) (message-goto-body) (open-line 1))
(_ (when (message-goto-signature) (forward-line -2))))))
;; buffer is not user-modified yet
(set-buffer-modified-p nil)