aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1996-08-28 20:16:51 +0000
committerRichard M. Stallman1996-08-28 20:16:51 +0000
commit9f3e5ddfc4926d82b64e9ac4a29770bafcb49565 (patch)
tree0e1d10025004bfe83601a972d8a7fdeb5c3e273c
parent6dd4407cdc75a09a2ed28ca9ca0f2047d5da36a9 (diff)
downloademacs-9f3e5ddfc4926d82b64e9ac4a29770bafcb49565.tar.gz
emacs-9f3e5ddfc4926d82b64e9ac4a29770bafcb49565.zip
(mail-self-blind, mail-interactive)
(mail-yank-ignored-headers): Make them user options.
-rw-r--r--lisp/mail/sendmail.el6
1 files 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:
42 42
43;;;###autoload 43;;;###autoload
44(defvar mail-self-blind nil "\ 44(defvar mail-self-blind nil "\
45Non-nil means insert BCC to self in messages to be sent. 45*Non-nil means insert BCC to self in messages to be sent.
46This is done when the message is initialized, 46This is done when the message is initialized,
47so you can remove or alter the BCC field to override the default.") 47so you can remove or alter the BCC field to override the default.")
48 48
49;;;###autoload 49;;;###autoload
50(defvar mail-interactive nil "\ 50(defvar mail-interactive nil "\
51Non-nil means when sending a message wait for and display errors. 51*Non-nil means when sending a message wait for and display errors.
52nil means let mailer mail back a message to report errors.") 52nil means let mailer mail back a message to report errors.")
53 53
54;;;###autoload 54;;;###autoload
55(defvar mail-yank-ignored-headers "^via:\\|^mail-from:\\|^origin:\\|^status:\\|^remailed\\|^received:\\|^message-id:\\|^summary-line:\\|^to:\\|^subject:\\|^in-reply-to:\\|^return-path:" "\ 55(defvar mail-yank-ignored-headers "^via:\\|^mail-from:\\|^origin:\\|^status:\\|^remailed\\|^received:\\|^message-id:\\|^summary-line:\\|^to:\\|^subject:\\|^in-reply-to:\\|^return-path:" "\
56Delete these headers from old message when it's inserted in a reply.") 56*Delete these headers from old message when it's inserted in a reply.")
57 57
58;; Useful to set in site-init.el 58;; Useful to set in site-init.el
59;;;###autoload 59;;;###autoload