Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
92a3f23d
Commit
92a3f23d
authored
Apr 30, 1998
by
Richard M. Stallman
Browse files
(smtpmail-send-it): Use mail-sendmail-undelimit-header.
parent
48ad0947
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
lisp/mail/smtpmail.el
lisp/mail/smtpmail.el
+1
-5
No files found.
lisp/mail/smtpmail.el
View file @
92a3f23d
...
...
@@ -129,11 +129,7 @@ This is relative to `smtpmail-queue-dir'.")
(
or
(
=
(
preceding-char
)
?\n
)
(
insert
?\n
))
;; Change header-delimiter to be what sendmail expects.
(
goto-char
(
point-min
))
(
re-search-forward
(
concat
"^"
(
regexp-quote
mail-header-separator
)
"\n"
))
(
replace-match
"\n"
)
(
backward-char
1
)
(
mail-sendmail-undelimit-header
)
(
setq
delimline
(
point-marker
))
;; (sendmail-synch-aliases)
(
if
mail-aliases
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment