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
cc674186
Commit
cc674186
authored
May 28, 1998
by
Richard M. Stallman
Browse files
(mail-from-style): New alternative, `default'.
parent
7dd3d99f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
lisp/mail/sendmail.el
lisp/mail/sendmail.el
+3
-2
No files found.
lisp/mail/sendmail.el
View file @
cc674186
...
...
@@ -42,8 +42,9 @@ If `nil', they contain just the return address like:
If
`
parens
',
they
look
like:
king@grassland.com
(
Elvis
Parsley
)
If
`
angles
',
they
look
like:
Elvis
Parsley
<king@grassland.com>
"
:type '(choice (const nil) (const parens) (const angles))
Elvis
Parsley
<king@grassland.com>
If
`
default
',
Rmail
allows
the
system
to
insert
its
default
From
field.
"
:type '(choice (const nil) (const parens) (const angles) (const default))
:group 'sendmail)
;;;###autoload
...
...
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