diff options
| author | Richard M. Stallman | 2005-09-09 01:22:05 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-09-09 01:22:05 +0000 |
| commit | 5c290b9e68944e4e11e21c6fc6d0ae7c75c5f130 (patch) | |
| tree | 5e52afe16ca4d2eaa863c1ae6381399703d91bbd | |
| parent | b25dc41feacbaa1894a2f739ecc7cc60040fd1bb (diff) | |
| download | emacs-5c290b9e68944e4e11e21c6fc6d0ae7c75c5f130.tar.gz emacs-5c290b9e68944e4e11e21c6fc6d0ae7c75c5f130.zip | |
(send-mail-function): Add Mailclient alternative.
| -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 | |||
| 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 | ||