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
9f7e86ef
Commit
9f7e86ef
authored
Jan 13, 2013
by
Richard M. Stallman
Browse files
Doc fix.
parent
4c0a6d4a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/mail/sendmail.el
lisp/mail/sendmail.el
+3
-0
No files found.
lisp/ChangeLog
View file @
9f7e86ef
2013-01-13 Richard Stallman <rms@gnu.org>
* mail/sendmail.el (mail-position-on-field): Add doc string.
* mail/rmailmm.el (rmail-insert-mime-forwarded-message): Get
current message boundaries and pass them to
message-forward-make-body-mime. Minor style changes.
...
...
lisp/mail/sendmail.el
View file @
9f7e86ef
...
...
@@ -1493,6 +1493,9 @@ just append to the file, in Babyl format if necessary."
(insert "\nMail-Followup-To: "))))
(defun mail-position-on-field (field &optional soft)
"Move to the start of the contents of header field FIELD.
If there is none, insert one, unless SOFT is non-nil.
If there are multiple FIELD fields, this goes to the first."
(let (end
(case-fold-search t))
(setq end (mail-header-end))
...
...
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