(send-mail-function): Customize.

This commit is contained in:
Dave Love 2000-12-18 13:48:34 +00:00
parent 6f4745e2e6
commit 40fa000821
2 changed files with 11 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2000-12-18 Dave Love <fx@gnu.org>
* mail/sendmail.el (send-mail-function): Customize.
2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
* international/codepage.el (cp866-decode-table): New table.

View file

@ -96,10 +96,15 @@ nil means let mailer mail back a message to report errors."
;; Useful to set in site-init.el
;;;###autoload
(defvar send-mail-function 'sendmail-send-it "\
(defcustom send-mail-function 'sendmail-send-it "\
Function to call to send the current buffer as mail.
The headers should be delimited by a line which is
not a valid RFC822 header or continuation line.")
not a valid RFC822 header or continuation line."
:type '(radio (function-item sendmail-send-it)
(function-item feedmail-send-it)
(function-item smtpmail-send-it)
function)
:group 'sendmail)
;;;###autoload
(defcustom mail-header-separator "--text follows this line--" "\