mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-13 16:38:14 +00:00
(url-mailto): Insert body after mail-header-separator if present, so
that is is before signature. Suggested by Leo Liu <sdl.web@gmail.com>.
This commit is contained in:
parent
345c7f05d8
commit
f93e42baac
@ -100,7 +100,9 @@
|
||||
(while args
|
||||
(if (string= (caar args) "body")
|
||||
(progn
|
||||
(goto-char (point-max))
|
||||
(goto-char (point-min))
|
||||
(or (search-forward (concat "\n" mail-header-separator "\n") nil t)
|
||||
(goto-char (point-max)))
|
||||
(insert (mapconcat
|
||||
#'(lambda (string)
|
||||
(replace-regexp-in-string "\r\n" "\n" string))
|
||||
|
Loading…
Reference in New Issue
Block a user