comparison lisp/mail/sendmail.el @ 90227:10fe5fadaf89

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-81 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 532-541) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 112-115) - Update from CVS
author Miles Bader <miles@gnu.org>
date Sun, 11 Sep 2005 22:21:01 +0000
parents 2d92f5c9d6ae e5827c5f0d2a
children fa0da9b57058
comparison
equal deleted inserted replaced
90226:df78f2fb8f6a 90227:10fe5fadaf89
128 This is used by the default mail-sending commands. See also 128 This is used by the default mail-sending commands. See also
129 `message-send-mail-function' for use with the Message package." 129 `message-send-mail-function' for use with the Message package."
130 :type '(radio (function-item sendmail-send-it :tag "Use Sendmail package") 130 :type '(radio (function-item sendmail-send-it :tag "Use Sendmail package")
131 (function-item smtpmail-send-it :tag "Use SMTPmail package") 131 (function-item smtpmail-send-it :tag "Use SMTPmail package")
132 (function-item feedmail-send-it :tag "Use Feedmail package") 132 (function-item feedmail-send-it :tag "Use Feedmail package")
133 (function-item mailclient-send-it :tag "Use Mailclient package")
133 function) 134 function)
134 :group 'sendmail) 135 :group 'sendmail)
135 136
136 ;;;###autoload 137 ;;;###autoload
137 (defcustom mail-header-separator "--text follows this line--" "\ 138 (defcustom mail-header-separator "--text follows this line--" "\
884 ;;;###autoload 885 ;;;###autoload
885 (defvar default-sendmail-coding-system 'iso-latin-1 886 (defvar default-sendmail-coding-system 'iso-latin-1
886 "Default coding system for encoding the outgoing mail. 887 "Default coding system for encoding the outgoing mail.
887 This variable is used only when `sendmail-coding-system' is nil. 888 This variable is used only when `sendmail-coding-system' is nil.
888 889
889 This variable is set/changed by the command set-language-environment. 890 This variable is set/changed by the command `set-language-environment'.
890 User should not set this variable manually, 891 User should not set this variable manually,
891 instead use sendmail-coding-system to get a constant encoding 892 instead use `sendmail-coding-system' to get a constant encoding
892 of outgoing mails regardless of the current language environment. 893 of outgoing mails regardless of the current language environment.
893 See also the function `select-message-coding-system'.") 894 See also the function `select-message-coding-system'.")
894 895
895 (defun mail-insert-from-field () 896 (defun mail-insert-from-field ()
896 (let* ((login user-mail-address) 897 (let* ((login user-mail-address)