unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Richard M. Stallman" <rms@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: Sending e-mail via system's mail client from sendmail.el
Date: Mon, 11 Jul 2005 01:34:56 -0400	[thread overview]
Message-ID: <E1DrqwS-0007fM-2n@fencepost.gnu.org> (raw)
In-Reply-To: <4A08801D-0AD9-4874-A008-A066E8E5EDDF@gmail.com> (message from David Reitter on Sun, 10 Jul 2005 12:34:06 +0100)

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?

  parent reply	other threads:[~2005-07-11  5:34 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-10 11:34 Sending e-mail via system's mail client from sendmail.el David Reitter
2005-07-10 13:14 ` Lennart Borgman
2005-07-10 13:19 ` Lennart Borgman
2005-07-10 23:44   ` David Reitter
2005-07-11  5:34 ` Richard M. Stallman
2005-07-11  5:34 ` Richard M. Stallman [this message]
2005-07-11  6:41   ` Lennart Borgman
  -- strict thread matches above, loose matches on Subject: below --
2005-07-11  9:30 LENNART BORGMAN
2005-07-11  9:36 ` David Reitter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1DrqwS-0007fM-2n@fencepost.gnu.org \
    --to=rms@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).