From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.help Subject: Re: Emacs 21.2, smtpmail and vm Date: Thu, 30 Jan 2003 21:52:03 +0100 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1043961132 18353 80.91.224.249 (30 Jan 2003 21:12:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 30 Jan 2003 21:12:12 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18eLyk-0004ls-00 for ; Thu, 30 Jan 2003 22:12:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18eLx8-0001FI-01 for gnu-help-gnu-emacs@m.gmane.org; Thu, 30 Jan 2003 16:10:30 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!mango.news.easynet.net!easynet.net!feed.news.nacamar.de!uio.no!news.kth.se!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-NNTP-Posting-Host: fnatte.nada.kth.se User-Agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.3.50 (i686-pc-linux-gnu) X-Face: 1Yn@M+tp9bHO[8c_KMq4EAehxF; z,'j|yrivOiG+mxk$hnZac61A{@h6 List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:6130 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6130 Martin Stemplinger writes: > On Mi Jan 29 2003 at 18:25, Simon Josefsson wrote: > >> If you use smtpmail.el from CVS, you also need sendmail.el from CVS. > > I don't know if this is evil but it works with just the replaced > smtpmail.el. Why do you recommend using sendmail.el also? smtpmail.el calls a function `mail-envelope-from' which is defined in sendmail.el. But if it works for you, I don't suggest changing anything.