aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail/sendmail.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1998-05-28 04:06:52 +0000
committerRichard M. Stallman <[email protected]>1998-05-28 04:06:52 +0000
commitcc674186b6225b61ecaa9fba0a93b327dca3ddee (patch)
tree1c1a29fceeadbe99b538ccb25f41ce0acbaf55f8 /lisp/mail/sendmail.el
parent7dd3d99f7e49646d3d84161770881f37ba002ef1 (diff)
(mail-from-style): New alternative, `default'.
Diffstat (limited to 'lisp/mail/sendmail.el')
-rw-r--r--lisp/mail/sendmail.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el
index b9e8853d00..3afdddb974 100644
--- a/lisp/mail/sendmail.el
+++ b/lisp/mail/sendmail.el
@@ -42,8 +42,9 @@ If `nil', they contain just the return address like:
If `parens', they look like:
[email protected] (Elvis Parsley)
If `angles', they look like:
- Elvis Parsley <[email protected]>"
- :type '(choice (const nil) (const parens) (const angles))
+ Elvis Parsley <[email protected]>
+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