# HG changeset patch # User Richard M. Stallman # Date 896328412 0 # Node ID 54bd3424441da5a209e63770687b219d4bea6997 # Parent f0cd03a7dac915818f9e2d0cfd0e21543d7b382d (mail-from-style): New alternative, `default'. diff -r f0cd03a7dac9 -r 54bd3424441d lisp/mail/sendmail.el --- 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 " - :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