diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-09-09 01:22:05 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-09-09 01:22:05 +0000 |
commit | 5c290b9e68944e4e11e21c6fc6d0ae7c75c5f130 (patch) | |
tree | 5e52afe16ca4d2eaa863c1ae6381399703d91bbd /lisp/mail | |
parent | b25dc41feacbaa1894a2f739ecc7cc60040fd1bb (diff) | |
download | emacs-5c290b9e68944e4e11e21c6fc6d0ae7c75c5f130.tar.gz |
(send-mail-function): Add Mailclient alternative.
Diffstat (limited to 'lisp/mail')
-rw-r--r-- | lisp/mail/sendmail.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index f2dec757520..6800e43429c 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -130,6 +130,7 @@ This is used by the default mail-sending commands. See also :type '(radio (function-item sendmail-send-it :tag "Use Sendmail package") (function-item smtpmail-send-it :tag "Use SMTPmail package") (function-item feedmail-send-it :tag "Use Feedmail package") + (function-item mailclient-send-it :tag "Use Mailclient package") function) :group 'sendmail) |