[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: smtpmail.el: typo?
From: |
Juri Linkov |
Subject: |
Re: smtpmail.el: typo? |
Date: |
24 Aug 2003 04:20:30 +0300 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
Felix Natter <fnatter@gmx.net> writes:
> hi,
>
> I get this error when sending mail via smtpmail.el
> (from cvs:
> http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/mail/smtpmail.el):
>
> Debugger entered--Lisp error: (void-function mail-envelope-from)
>
> [skipped...]
>
> with this patch it works:
> 548c548
> < (envelope-from (or (mail-envelope-from)
> ---
> > (envelope-from (or mail-envelope-from
No, this is not a typo. The function `mail-envelope-from' is defined
in lisp/mail/sendmail.el. It returns the value of variable with same name
`mail-envelope-from' or the contents of the "From" header of the message.
--
http://www.jurta.org/emacs/