From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mauro Sacchetto Newsgroups: gmane.emacs.help Subject: Re: mail- and sendmail-user-agent Date: Mon, 22 Feb 2010 11:27:33 +0100 Organization: Aioe.org NNTP Server Message-ID: References: <87mxz2ewqq.fsf@marauder.physik.uni-ulm.de> Reply-To: mauro.sacchetto@gmail.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: dough.gmane.org 1266840332 17067 80.91.229.12 (22 Feb 2010 12:05:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 22 Feb 2010 12:05:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 22 13:05:28 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NjVm6-0002hL-6i for geh-help-gnu-emacs@m.gmane.org; Mon, 22 Feb 2010 11:44:28 +0100 Original-Received: from localhost ([127.0.0.1]:44200 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NjVm3-00006w-Pb for geh-help-gnu-emacs@m.gmane.org; Mon, 22 Feb 2010 05:44:23 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!news.glorb.com!news2.glorb.com!feeder.erje.net!news.mixmin.net!aioe.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: p1glBFQfIiohDVW6wVrqmw.user.speranza.aioe.org Original-X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 User-Agent: KNode/0.10.9 Original-Xref: news.stanford.edu gnu.emacs.help:176971 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:72012 Archived-At: Reiner Steib wrote: > I think the former is incorrect or at least gives undefined results. > I'd suggest to use (setq mail-user-agent 'message-user-agent). Yes, u're right, but my problem is: in some How-To I red that the syntax to switch from MailMode to Message mode is set: (setq send-mail-function 'smtpmail-send.it) <-- MailMode and (setq message-send-mail-function 'smtpmail-send.it) <-- MessageMode The last string doesn't work for me, while does work the following two ones: (setq mail-user-agent 'message-user-agent) (require 'smtpmail) So I don't understand if I forget anything in the first solution for MessageMode... Thanx M.