From: Richard M. Stallman Date: Wed, 28 Aug 1996 20:16:51 +0000 (+0000) Subject: (mail-self-blind, mail-interactive) X-Git-Tag: emacs-20.1~3993 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9f3e5ddfc4926d82b64e9ac4a29770bafcb49565;p=emacs.git (mail-self-blind, mail-interactive) (mail-yank-ignored-headers): Make them user options. --- diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 516aad5128f..93c33c19b2d 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -42,18 +42,18 @@ If `angles', they look like: ;;;###autoload (defvar mail-self-blind nil "\ -Non-nil means insert BCC to self in messages to be sent. +*Non-nil means insert BCC to self in messages to be sent. This is done when the message is initialized, so you can remove or alter the BCC field to override the default.") ;;;###autoload (defvar mail-interactive nil "\ -Non-nil means when sending a message wait for and display errors. +*Non-nil means when sending a message wait for and display errors. nil means let mailer mail back a message to report errors.") ;;;###autoload (defvar mail-yank-ignored-headers "^via:\\|^mail-from:\\|^origin:\\|^status:\\|^remailed\\|^received:\\|^message-id:\\|^summary-line:\\|^to:\\|^subject:\\|^in-reply-to:\\|^return-path:" "\ -Delete these headers from old message when it's inserted in a reply.") +*Delete these headers from old message when it's inserted in a reply.") ;; Useful to set in site-init.el ;;;###autoload