From cc674186b6225b61ecaa9fba0a93b327dca3ddee Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 28 May 1998 04:06:52 +0000 Subject: [PATCH] (mail-from-style): New alternative, `default'. --- lisp/mail/sendmail.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index b9e8853d00f..3afdddb974f 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: king@grassland.com (Elvis Parsley) If `angles', they look like: - Elvis Parsley " - :type '(choice (const nil) (const parens) (const angles)) + Elvis Parsley +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 -- 2.39.2