From 9f3e5ddfc4926d82b64e9ac4a29770bafcb49565 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 28 Aug 1996 20:16:51 +0000 Subject: [PATCH] (mail-self-blind, mail-interactive) (mail-yank-ignored-headers): Make them user options. --- lisp/mail/sendmail.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2