mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(post-mail-send-it): Use mail-sendmail-undelimit-header.
This commit is contained in:
parent
51d541d42c
commit
82860d5cff
1 changed files with 1 additions and 4 deletions
|
|
@ -43,10 +43,7 @@ site-init."
|
|||
(or (= (preceding-char) ?\n)
|
||||
(insert ?\n))
|
||||
;; Change header-delimiter to be what post-mail expects.
|
||||
(goto-char (point-min))
|
||||
(search-forward (concat "\n" mail-header-separator "\n"))
|
||||
(replace-match "\n\n")
|
||||
(backward-char 1)
|
||||
(mail-sendmail-undelimit-header)
|
||||
(setq delimline (point-marker))
|
||||
(if mail-aliases
|
||||
(expand-mail-aliases (point-min) delimline))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue