comparison lisp/mail/sendmail.el @ 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 1ad8bfc81600
children 17b123f15a22
comparison
equal deleted inserted replaced
22274:f0cd03a7dac9 22275:54bd3424441d
40 If `nil', they contain just the return address like: 40 If `nil', they contain just the return address like:
41 king@grassland.com 41 king@grassland.com
42 If `parens', they look like: 42 If `parens', they look like:
43 king@grassland.com (Elvis Parsley) 43 king@grassland.com (Elvis Parsley)
44 If `angles', they look like: 44 If `angles', they look like:
45 Elvis Parsley <king@grassland.com>" 45 Elvis Parsley <king@grassland.com>
46 :type '(choice (const nil) (const parens) (const angles)) 46 If `default', Rmail allows the system to insert its default From field."
47 :type '(choice (const nil) (const parens) (const angles) (const default))
47 :group 'sendmail) 48 :group 'sendmail)
48 49
49 ;;;###autoload 50 ;;;###autoload
50 (defcustom mail-self-blind nil "\ 51 (defcustom mail-self-blind nil "\
51 *Non-nil means insert BCC to self in messages to be sent. 52 *Non-nil means insert BCC to self in messages to be sent.