]> git.eshelyaron.com Git - emacs.git/commitdiff
(mail-self-blind, mail-interactive)
authorRichard M. Stallman <rms@gnu.org>
Wed, 28 Aug 1996 20:16:51 +0000 (20:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 28 Aug 1996 20:16:51 +0000 (20:16 +0000)
(mail-yank-ignored-headers): Make them user options.

lisp/mail/sendmail.el

index 516aad5128f9a89293171b576d677abd5aec9a3d..93c33c19b2d38692066a66d7032231dc308a66de 100644 (file)
@@ -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