changeset 22275:54bd3424441d

(mail-from-style): New alternative, `default'.
author Richard M. Stallman <rms@gnu.org>
date Thu, 28 May 1998 04:06:52 +0000
parents f0cd03a7dac9
children 17b123f15a22
files lisp/mail/sendmail.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/sendmail.el	Thu May 28 04:01:48 1998 +0000
+++ b/lisp/mail/sendmail.el	Thu May 28 04:06:52 1998 +0000
@@ -42,8 +42,9 @@
 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