comparison lisp/mail/sendmail.el @ 1664:5345766220da

* sendmail.el (mail-self-blind, mail-interactive, mail-yank-ignored-headers): Make these defvars, not defconsts. Otherwise, they wipe out the user's customizations when we autoload sendmail.el.
author Jim Blandy <jimb@redhat.com>
date Sun, 06 Dec 1992 22:42:10 +0000
parents 5677f906bf78
children d4ea5385915f
comparison
equal deleted inserted replaced
1663:a5eec33a8f44 1664:5345766220da
22 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 22 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
23 23
24 ;;; Code: 24 ;;; Code:
25 25
26 ;;;###autoload 26 ;;;###autoload
27 (defconst mail-self-blind nil "\ 27 (defvar mail-self-blind nil "\
28 Non-nil means insert BCC to self in messages to be sent. 28 Non-nil means insert BCC to self in messages to be sent.
29 This is done when the message is initialized, 29 This is done when the message is initialized,
30 so you can remove or alter the BCC field to override the default.") 30 so you can remove or alter the BCC field to override the default.")
31 31
32 ;;;###autoload 32 ;;;###autoload
33 (defconst mail-interactive nil "\ 33 (defvar mail-interactive nil "\
34 Non-nil means when sending a message wait for and display errors. 34 Non-nil means when sending a message wait for and display errors.
35 nil means let mailer mail back a message to report errors.") 35 nil means let mailer mail back a message to report errors.")
36 36
37 ;;;###autoload 37 ;;;###autoload
38 (defconst mail-yank-ignored-headers "^via:\\|^mail-from:\\|^origin:\\|^status:\\|^remailed\\|^received:\\|^message-id:\\|^summary-line:\\|^to:\\|^subject:\\|^in-reply-to:\\|^return-path:" "\ 38 (defvar mail-yank-ignored-headers "^via:\\|^mail-from:\\|^origin:\\|^status:\\|^remailed\\|^received:\\|^message-id:\\|^summary-line:\\|^to:\\|^subject:\\|^in-reply-to:\\|^return-path:" "\
39 Delete these headers from old message when it's inserted in a reply.") 39 Delete these headers from old message when it's inserted in a reply.")
40 40
41 ;; Useful to set in site-init.el 41 ;; Useful to set in site-init.el
42 ;;;###autoload 42 ;;;###autoload
43 (defconst send-mail-function 'sendmail-send-it "\ 43 (defconst send-mail-function 'sendmail-send-it "\