Gnus development mailing list
 help / color / mirror / Atom feed
* bug in gnus-summary-reparent-thread ?
@ 2000-04-24 14:45 Alex Tomlinson
  2000-08-10 18:52 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Tomlinson @ 2000-04-24 14:45 UTC (permalink / raw)



The function gnus-summary-reparent-thread:

> `gnus-summary-reparent-thread' is an interactive compiled Lisp function
>   -- loaded from "gnus-sum"
> (gnus-summary-reparent-thread)
> 
> Documentation:
> Make the current article child of the marked (or previous) article.
> 
> Note that the re-threading will only work if `gnus-thread-ignore-subject'
> is non-nil or the Subject: of both articles are the same.

modifies the "References:" header of the message being reparented.  The
problem is that the search for the header is not terminated at the end
of the message headers.

So,
    IF
        (1) if the message being reparented does not already have
            a "References:" header, and
        (2) the message body has text that looks like a "References:"
            header, 
    THEN
        the function modifies the "References:" line in the message body!

For example, the following line looks like a message header.  Reparent
this message and you will notice that the following line will be
modified!

References: <yo>

-- 
Alex Tomlinson <alext@netpliance.com>
Netpliance, Inc., 7600-A N. Hwy 360, Austin, TX 78731
Tel:512-493-8337, FAX:512-493-8399, http://www.netpliance.net



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

* Re: bug in gnus-summary-reparent-thread ?
  2000-04-24 14:45 bug in gnus-summary-reparent-thread ? Alex Tomlinson
@ 2000-08-10 18:52 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 2000-08-10 18:52 UTC (permalink / raw)


Alex Tomlinson <alext@netpliance.com> writes:

>     IF
>         (1) if the message being reparented does not already have
>             a "References:" header, and
>         (2) the message body has text that looks like a "References:"
>             header, 
>     THEN
>         the function modifies the "References:" line in the message body!

Yup.  Fix in Gnus v5.8.8.

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



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

end of thread, other threads:[~2000-08-10 18:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-04-24 14:45 bug in gnus-summary-reparent-thread ? Alex Tomlinson
2000-08-10 18:52 ` Lars Magne Ingebrigtsen

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