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
030106ca
Commit
030106ca
authored
Apr 28, 2000
by
Kenichi Handa
Browse files
(sendmail-send-it): Set
buffer-file-coding-system to the selected coding system for MIME header.
parent
7b211df5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
lisp/mail/sendmail.el
lisp/mail/sendmail.el
+6
-0
No files found.
lisp/mail/sendmail.el
View file @
030106ca
...
...
@@ -907,6 +907,12 @@ See also the function `select-message-coding-system'.")
(
progn
(
skip-chars-forward
"\0-\177"
)
(
/=
(
point
)
(
point-max
)))
(
setq
coding-system
(
select-message-coding-system
))
;; Set buffer-file-coding-system to the selected
;; one. This prevent the later call of
;; select-message-coding-system asking a user
;; again.
(
prog1
t
(
set-buffer-file-coding-system
coding-system
))
(
setq
charset
(
coding-system-get
coding-system
'mime-charset
))
(
goto-char
delimline
)
...
...
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