2005-11-17 Chong Yidong <cyd@stupidchicken.com>
* simple.el (hard-newline): New variable.
+ (sendmail-user-agent-compose): Use it.
* mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
(sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
(mail-mail-reply-to, mail-mail-followup-to)
(mail-position-on-field, mail-signature, mail-yank-original)
- (mail-attach-file): Use it.
+ (mail-attach-file): Likewise.
* mail/mailheader.el (mail-header-format) (mail-header-format-function): Likewise.
(unless (member-ignore-case (car (car other-headers))
'("in-reply-to" "cc" "body"))
(insert (car (car other-headers)) ": "
- (cdr (car other-headers)) "\n"))
+ (cdr (car other-headers)) hard-newline))
(setq other-headers (cdr other-headers)))
(when body
(forward-line 1)