emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Sending e-mail via system's mail client from sendmail.el


From: Richard M. Stallman
Subject: Re: Sending e-mail via system's mail client from sendmail.el
Date: Mon, 11 Jul 2005 01:34:56 -0400

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?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]