unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Lennart Borgman (gmail)" <lennart.borgman@gmail.com>
To: Lennart Borgman <lennart.borgman@gmail.com>,
	 Emacs development <emacs-devel@gnu.org>
Subject: Re: Default of send-mail-function
Date: Mon, 07 Apr 2008 23:26:22 +0200	[thread overview]
Message-ID: <47FA917E.5060100@gmail.com> (raw)
In-Reply-To: <v9prt12x5e.fsf_-_@marauder.physik.uni-ulm.de>

Reiner Steib wrote:
> [ Shifting this to emacs-devel ]
> 
> On Mon, Apr 07 2008, Lennart Borgman (gmail) wrote:
> 
>> Just a question since I do not understand:
>>
>> I told earlier that on w32 this works because the bug reporter falls
>> back to using the system mail program (as an example this in my case
>> Thunderbird). Why can't this be done on other systems as well today?
> 
> On GNU/Linux, send-mail-function typically defaults to
> send-mail-function. [1] I.e. the mail is feed to /usr/sbin/sendmail.
> /usr/sbin/sendmail typically exist on every GNU/Linux systems, however
> on today's end-user desktops, it's quite likely that it has not have
> been configured correctly.
> 
> On system-type darwin and windows-nt, send-mail-function defaults to
> mailclient-send-it which passes the mail to "the system's mail client"
> via a mailto-URL.  If we would use this on gnu/linux as well, it would
> pass the mail to browse-url-browser-function, which is the first one
> installed on the system out of: gnome-moz-remote, mozilla (this should
> be moved down the list and be replace by seamonkey, IMHO), firefox,
> galeon (is galeon still alive?), kfmclient (KDE), etc.  Now it depends
> on whether this *browser* handles mailto-URLs in a sensible way.
> [I hope I understood the code correctly. If not, please correct me.]

Thanks Reiner. On w32 it is however the system that decide which program 
to use. Emacs calls this with w32-shell-execute.

Is there not something similar on GNU/Linux?

> One might argue that this is better then relying on
> /usr/sbin/sendmail.  I'd tend to agree.
> 
> Bye, Reiner.
> 
> [1] Gnus' message.el tries a bit harder to ensure /usr/sbin/sendmail
>     exist.




  reply	other threads:[~2008-04-07 21:26 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-04 14:00 23.0.60; Feature request: Menu item "load init files" after -q/-Q Reiner Steib
2008-04-04 15:33 ` Drew Adams
2008-04-04 15:47 ` Dan Nicolaescu
2008-04-04 17:48 ` Eli Zaretskii
2008-04-04 18:03   ` Lennart Borgman (gmail)
2008-04-04 18:25     ` Eli Zaretskii
2008-04-04 18:34       ` Lennart Borgman (gmail)
2008-04-04 20:25         ` Stefan Monnier
2008-04-04 22:06         ` Davis Herring
2008-04-05 18:46   ` Stephen J. Turnbull
2008-04-05 18:58     ` Eli Zaretskii
2008-04-05 23:49       ` Stephen J. Turnbull
2008-04-05 19:07     ` Stefan Monnier
2008-04-05 23:45       ` Stephen J. Turnbull
2008-04-06  2:05         ` Stefan Monnier
2008-04-06  6:06           ` Stephen J. Turnbull
2008-04-07  0:46             ` Stefan Monnier
2008-04-07  7:56               ` Stephen J. Turnbull
2008-04-07 15:57                 ` Stefan Monnier
2008-04-07 19:20                   ` Stephen J. Turnbull
2008-04-07 19:51                     ` Stefan Monnier
2008-04-07 20:17                       ` Lennart Borgman (gmail)
2008-04-07 21:05                         ` Default of send-mail-function (was: 23.0.60; Feature request: Menu item "load init files" after -q/-Q) Reiner Steib
2008-04-07 21:26                           ` Lennart Borgman (gmail) [this message]
2008-04-07 22:21                             ` Default of send-mail-function Reiner Steib
2008-04-07 22:50                               ` Jason Rumney
2008-04-08  0:50                             ` David De La Harpe Golden
2008-04-08  8:24                               ` Jason Rumney
2008-04-08 11:40                                 ` Manoj Srivastava
2008-04-08 11:50                                   ` Jason Rumney
2008-04-08 14:36                                     ` Manoj Srivastava
2008-04-08 14:55                                       ` Lennart Borgman (gmail)
2008-04-08 15:15                                         ` Jason Rumney
2008-04-08 16:06                                           ` Manoj Srivastava
2008-04-08 14:58                                     ` Lennart Borgman (gmail)
2008-04-07 21:44                           ` Default of send-mail-function (was: 23.0.60; Feature request: Menu item "load init files" after -q/-Q) Eli Zaretskii
2008-04-07 22:20                             ` Default of send-mail-function Reiner Steib
2008-04-08 18:24                               ` Eli Zaretskii
2008-04-07 22:01                           ` Manoj Srivastava
2008-04-07 21:13                         ` 23.0.60; Feature request: Menu item "load init files" after -q/-Q Stefan Monnier
2008-04-08  4:04                         ` Stephen J. Turnbull
2008-04-08  7:58                           ` Jason Rumney
2008-04-08  3:31                       ` Stephen J. Turnbull
2008-04-06  0:28       ` Lennart Borgman (gmail)
2008-04-07  5:03 ` Chong Yidong

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=47FA917E.5060100@gmail.com \
    --to=lennart.borgman@gmail.com \
    --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).