changeset 15951:0807c87a589f

(mail-self-blind, mail-interactive) (mail-yank-ignored-headers): Make them user options.
author Richard M. Stallman <rms@gnu.org>
date Wed, 28 Aug 1996 20:16:51 +0000
parents c4ae4ea7fa7a
children 1757da8f8f31
files lisp/mail/sendmail.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/sendmail.el	Wed Aug 28 20:09:51 1996 +0000
+++ b/lisp/mail/sendmail.el	Wed Aug 28 20:16:51 1996 +0000
@@ -42,18 +42,18 @@
 
 ;;;###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