help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: mail- and sendmail-user-agent


From: Mauro Sacchetto
Subject: Re: mail- and sendmail-user-agent
Date: Mon, 22 Feb 2010 11:27:33 +0100
User-agent: KNode/0.10.9

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.


reply via email to

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