From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Sending e-mail via system's mail client from sendmail.el Date: Sun, 10 Jul 2005 15:19:59 +0200 Message-ID: <42D1207F.2080309@student.lu.se> References: <4A08801D-0AD9-4874-A008-A066E8E5EDDF@gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1121002314 16258 80.91.229.2 (10 Jul 2005 13:31:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 10 Jul 2005 13:31:54 +0000 (UTC) Cc: Richard Stallman , emacs-devel ' Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 10 15:31:51 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DrbuR-0006bZ-4L for ged-emacs-devel@m.gmane.org; Sun, 10 Jul 2005 15:31:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Drbth-0006cy-C8 for ged-emacs-devel@m.gmane.org; Sun, 10 Jul 2005 09:31:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Drbt2-0006XZ-Gp for emacs-devel@gnu.org; Sun, 10 Jul 2005 09:30:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Drbsn-0006O9-7D for emacs-devel@gnu.org; Sun, 10 Jul 2005 09:30:10 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Drbsm-0006NC-QQ for emacs-devel@gnu.org; Sun, 10 Jul 2005 09:30:08 -0400 Original-Received: from [81.228.8.83] (helo=pne-smtpout1-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Drbq9-0003w6-JC; Sun, 10 Jul 2005 09:27:25 -0400 Original-Received: from [192.168.123.121] (83.249.205.6) by pne-smtpout1-sn2.hy.skanova.net (7.2.060.1) id 42BFBBD200263572; Sun, 10 Jul 2005 15:20:00 +0200 User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en Original-To: David Reitter In-Reply-To: <4A08801D-0AD9-4874-A008-A066E8E5EDDF@gmail.com> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:40725 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40725 David Reitter wrote: > To activate: > (setq send-mail-function 'mailclient-send-it) Forgot this: Maybe it would be better to include this in mailclient.el? Then you just have to load mailclient.el, that is it. For those who accidently loads it give a message and save the old value.