From: Richard M. Stallman Date: Thu, 28 May 1998 04:06:52 +0000 (+0000) Subject: (mail-from-style): New alternative, `default'. X-Git-Tag: emacs-20.3~802 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cc674186b6225b61ecaa9fba0a93b327dca3ddee;p=emacs.git (mail-from-style): New alternative, `default'. --- 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