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
a5282b8f
Commit
a5282b8f
authored
Jul 12, 1994
by
Richard M. Stallman
Browse files
(mail-setup): Insert -- line before .signature file.
parent
8eb6c7da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lisp/mail/sendmail.el
lisp/mail/sendmail.el
+3
-1
No files found.
lisp/mail/sendmail.el
View file @
a5282b8f
...
...
@@ -198,7 +198,9 @@ actually occur.")
(if to (setq to (point)))
(cond ((eq mail-signature t)
(if (file-exists-p "~/.signature")
(insert-file-contents "~/.signature")))
(progn
(insert "\n\n-- \n")
(insert-file-contents "~/.signature"))))
(mail-signature
(insert mail-signature)))
(goto-char (point-max))
...
...
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