Gnus development mailing list
 help / color / mirror / Atom feed
* Envelope sender lost from sending after gnus-draft-edit-message
@ 2003-02-11 17:03 Drew Raines
  2003-02-22 21:00 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 15+ messages in thread
From: Drew Raines @ 2003-02-11 17:03 UTC (permalink / raw)


Begin composing a message to yourself in a group which doesn't fall
under the default posting style.  `C-c C-d' to save it as a draft.
Go to nndraft:drafts and `D e' the message.  `C-c C-c' to send it.

When gnus-draft-edit-message runs, the correct From: header is
displayed and preserved throughout the sending process.  However,
the resulting message's envelope sender (which I don't see until
that message appears in my inbox) has reverted to the address of
the default posting style.

This behavior isn't intuitive to me; is it correct?  Here's the
crux of my gnus-posting styles, in case I've somehow configured it
to exhibit this behavior.

  ;; posting styles
  (setq gnus-posting-styles
        '(
           (".*"
            (address "drew@poured.net"))
           ("mail.phg"
            (address "drew@phg.mc.vanderbilt.edu"))
           ("mail.list.misc.nlug"
            (address "drew-list-nlug@poured.net"))
           ("mail.list.misc.beowulf"
            (address "drew-list-beowulf@poured.net"))
           (message-this-is-news
            (address "drew@poured.net")
            ("Mail-Copies-To" "never"))
           ("gmane.*"
            (address "drew@poured.net")
            ("Gmane-From" "drew@poured.net"))
           ))

-Drew



^ permalink raw reply	[flat|nested] 15+ messages in thread
* 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; 15+ 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] 15+ messages in thread

end of thread, other threads:[~2003-03-02 16:47 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2003-03-01 23:46 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

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