Gnus development mailing list
 help / color / mirror / Atom feed
* gnus-button-mailto: doc bug or bug in message-get-reply-headers?
@ 2006-12-30 20:37 Reiner Steib
  0 siblings, 0 replies; only message in thread
From: Reiner Steib @ 2006-12-30 20:37 UTC (permalink / raw)


Hi,

`M-: (gnus-button-mailto "foo@bar.invalid") RET' gives a reply buffer
to the author of the current article, not to "foo@bar.invalid".

The doc-string suggests it does:

(defun gnus-button-mailto (address)
  "Mail to ADDRESS."
  (set-buffer (gnus-copy-article-buffer))
  (gnus-setup-message 'message
    (message-reply address)))

Is it a doc bug or a bug in `message-get-reply-headers'?

The call sequence is:

,----
|   [...]
|   message-get-reply-headers(nil "foo@bar.invalid")
|   [...]
|   message-reply("foo@bar.invalid")
|   gnus-button-mailto("foo@bar.invalid")
|   eval((gnus-button-mailto "foo@bar.invalid"))
`----

`message-get-reply-headers' seem to ignore the to-address argument
here.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-12-30 20:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-30 20:37 gnus-button-mailto: doc bug or bug in message-get-reply-headers? Reiner Steib

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