Gnus development mailing list
 help / color / mirror / Atom feed
* Re: Envelope sender lost from sending after gnus-draft-edit-message
@ 2003-03-01 23:46 Jesper Harder
  2003-03-02  0:25 ` Andrew A. Raines
  0 siblings, 1 reply; 13+ messages in thread
From: Jesper Harder @ 2003-03-01 23:46 UTC (permalink / 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)))
  



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2003-03-31 17:48 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-01 23:46 Envelope sender lost from sending after gnus-draft-edit-message Jesper Harder
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

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).