Gnus development mailing list
 help / color / mirror / Atom feed
From: prj@po.cwru.edu (Paul Jarc)
Cc: ding@gnus.org
Subject: Re: Mail-Followup-To interaction with gnus-summary-followup
Date: 17 Feb 2001 15:34:11 -0500	[thread overview]
Message-ID: <m366i96obq.fsf@multivac.student.cwru.edu> (raw)
In-Reply-To: Paul J Collins's message of "16 Feb 2001 19:51:50 +0000"

Paul J Collins <sneakums@sto-kerrig.org> writes:
> The problem in this case is that Mail-Followup-To is not being set the
> the list software, just on an ad-hoc basis by a couple of users.

Mailing lists aren't supposed to set Mail-Followup-To; that would
defeat its purpose.

> Having updated Gnus from CVS just now, I note that it's asking me
> whether to obey Mail-Followup-To after I type `f'.  If I say y, it
> uses the poster's Mail-Followup-To, and I get no Cc.

As it should be, I think.

> If I say n, I get the posters own address in To: and Cc: is set to
> their value of Mail-Followup-To.

That is indeed broken.

> I would really like things to work as they did previously; typing `f'
> with message-use-followup-to set to `nil' or a response of `n' to the
> query results in the To: field being set to the value of to-list.

to-list isn't used for followups, to-address is.  Anyway, here's the
fix.  (Sorry it's not a proper patch, but I haven't learned CVS yet,
so it wouldn't be a patch against an up-to-date version anyway.)  In
message.el, in message-get-reply-headers, look for:
    (if (or (not wide)
            to-address)
and change it to:
    (if (and (or (not message-use-followup-to)
                 (not mft))
             (or (not wide)
                 to-address))
or some logical equivalent.  Can someone commit this?  Here'a a
Changelog entry:
2001-02-17  Paul Jarc <prj@po.cwru.edu>

	* message.el: Fix bug with Mail-Followup-To/to-address interaction.


paul



  reply	other threads:[~2001-02-17 20:34 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-02-11 14:42 Paul J Collins
2001-02-11 15:02 ` ShengHuo ZHU
2001-02-11 15:12   ` Peter Makholm
2001-02-11 15:38   ` Paul J Collins
2001-02-11 18:05 ` Kai Großjohann
2001-02-11 19:38 ` Paul Jarc
2001-02-16 19:51   ` Paul J Collins
2001-02-17 20:34     ` Paul Jarc [this message]
2001-02-17 21:03       ` ShengHuo ZHU
2001-02-18  0:50         ` Paul J Collins
2001-02-18 15:38           ` Per Abrahamsen
2001-02-18 17:06         ` Paul J Collins
2001-02-18 23:14           ` Paul Jarc
2001-02-19  1:14             ` ShengHuo ZHU
2001-02-23 19:50             ` Paul J Collins
2001-02-11 14:49 Paul J Collins

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=m366i96obq.fsf@multivac.student.cwru.edu \
    --to=prj@po.cwru.edu \
    --cc=ding@gnus.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.
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).