I can't check the details, but it seems like basically the right thing. > To activate: > (setq send-mail-function 'mailclient-send-it)
Forgot this: Maybe it would be better to include this in mailclient.el? No, because just loading a Lisp file shouldn't change the behavior of Emacs. But it isn't needed anyway. This change in sendmail.el ! (defcustom send-mail-function ! (if (eq system-type 'darwin) ! 'mailclient-send-it ! 'sendmail-send-it) is the right way to do that job. Nothing more is needed. Thanks. Have you signed copyright papers yet? _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel