mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(mail-setup): Fill in-reply-to field properly.
This commit is contained in:
parent
13d9a3a96f
commit
34046d66f0
1 changed files with 2 additions and 4 deletions
|
|
@ -216,10 +216,8 @@ actually occur.")
|
|||
(fill-region-as-paragraph address-start (point-max))))
|
||||
(if in-reply-to
|
||||
(let ((fill-prefix "\t")
|
||||
address-start)
|
||||
(insert "In-reply-to: ")
|
||||
(setq address-start (point))
|
||||
(insert in-reply-to "\n")
|
||||
(address-start (point)))
|
||||
(insert "In-reply-to: " in-reply-to "\n")
|
||||
(fill-region-as-paragraph address-start (point-max))))
|
||||
(insert "Subject: " (or subject "") "\n")
|
||||
(if mail-default-headers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue