Gnus development mailing list
 help / color / mirror / Atom feed
From: Jesper Harder <harder@myrealbox.com>
Subject: Re: Envelope sender lost from sending after gnus-draft-edit-message
Date: Sun, 02 Mar 2003 00:46:00 +0100	[thread overview]
Message-ID: <m3fzq6fy6f.fsf@defun.localdomain> (raw)

"Andrew A. Raines" <drew@poured.net> writes:

> I notice, Jesper, that you added a variable and function,
> message-sendmail-envelope-from, which, when set to 'header, will
> create the envelope using the From: address.  For some reason,
> though, it doesn't work me:
>
> ,----[ C-h v message-sendmail-envelope-from RET ]
>
> Are you still working on this implementation?

It's supposed to be working :-) What do you get when you eval:

     (let (message-sendmail-envelope-from)
       (message-sendmail-envelope-from))

and

     (let ((message-sendmail-envelope-from 'header))
       (with-temp-buffer
         (insert "From: J Random Hacker <jrh@example.com>")
         (message-sendmail-envelope-from)))
  



             reply	other threads:[~2003-03-01 23:46 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-01 23:46 Jesper Harder [this message]
2003-03-02  0:25 ` Andrew A. Raines
2003-03-02  0:50   ` Jesper Harder
2003-03-02  6:24     ` Andrew A. Raines
2003-03-02 16:47       ` Jesper Harder
2003-03-02 21:13         ` Proper Gnus rebuilding technique? (was: Envelope sender lost from sending after gnus-draft-edit-message) Andrew A. Raines
2003-03-02 22:19           ` Proper Gnus rebuilding technique? Jesper Harder
2003-03-02 23:32             ` Frank Haun
2003-03-02 23:47               ` Jesper Harder
2003-03-03  0:47                 ` Michael Shields
2003-03-03 22:24                   ` Frank Haun
2003-03-31 17:48                     ` Lars Magne Ingebrigtsen
2003-03-03  0:01               ` Frank Haun
  -- strict thread matches above, loose matches on Subject: below --
2003-02-11 17:03 Envelope sender lost from sending after gnus-draft-edit-message Drew Raines
2003-02-22 21:00 ` Lars Magne Ingebrigtsen
2003-02-23 21:14   ` Andrew A. Raines
2003-02-23 21:35     ` Jesper Harder
2003-02-24  5:29       ` Andrew A. Raines
2003-03-01 22:11       ` Andrew A. Raines
2003-02-24  7:03     ` Kai Großjohann
2003-02-24 16:58       ` Andrew A. Raines
2003-02-24 19:09         ` Andrew A. Raines
2003-02-24 19:42         ` Kai Großjohann

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

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

  git send-email \
    --in-reply-to=m3fzq6fy6f.fsf@defun.localdomain \
    --to=harder@myrealbox.com \
    /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.
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 NNTP newsgroup(s).