unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@jurta.org>
Cc: bug-gnu-emacs@gnu.org
Subject: Re: smtpmail.el: typo?
Date: 24 Aug 2003 04:20:30 +0300	[thread overview]
Message-ID: <877k53kg0x.fsf@mail.jurta.org> (raw)
In-Reply-To: <mailman.836.1061659670.29551.bug-gnu-emacs@gnu.org>

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/

       reply	other threads:[~2003-08-24  1:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.836.1061659670.29551.bug-gnu-emacs@gnu.org>
2003-08-24  1:20 ` Juri Linkov [this message]
2003-08-24 22:22 ` smtpmail.el: typo? Simon Josefsson
2003-08-23 16:30 Felix Natter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877k53kg0x.fsf@mail.jurta.org \
    --to=juri@jurta.org \
    --cc=bug-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).