Gnus development mailing list
 help / color / mirror / Atom feed
* [BUG] gnus-uu.el attempts to uudecode all articles in a thread?
@ 1998-03-30 20:10 Mike McEwan
  1998-03-31 10:20 ` Mikael Hedin
  1998-04-01 14:04 ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 6+ messages in thread
From: Mike McEwan @ 1998-03-30 20:10 UTC (permalink / raw)



  I just typed `X v u' to view the uuencoded contents of an
article. Gnus proceeded to issue:

Getting article 16585...
Getting article 16614...
Getting article 16618...
Getting article 16620...
Getting article 16635...
Getting article 16649...
Getting article 16657...
Getting article 16703...
Getting article 16704...
Getting article 16722...
Getting article 16731...
Getting article 16732...
Getting article 16736...
Getting article 16640...
Getting article 16581...
End of message

  All the articles in the thread were subsequently marked read, even
though I only wanted to uudecode the contents of article 16581 and
hadn't yet read the rest of the thread! This is surely not the desired
behaviour.

-- 
Mike.


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

* Re: [BUG] gnus-uu.el attempts to uudecode all articles in a thread?
  1998-03-30 20:10 [BUG] gnus-uu.el attempts to uudecode all articles in a thread? Mike McEwan
@ 1998-03-31 10:20 ` Mikael Hedin
  1998-03-31 18:06   ` Mike McEwan
  1998-04-01 14:04 ` Lars Magne Ingebrigtsen
  1 sibling, 1 reply; 6+ messages in thread
From: Mikael Hedin @ 1998-03-31 10:20 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 626 bytes --]

Mike McEwan <mike@lotusland.demon.co.uk> writes:

>   All the articles in the thread were subsequently marked read, even
> though I only wanted to uudecode the contents of article 16581 and
> hadn't yet read the rest of the thread! This is surely not the desired
> behaviour.

The subject lines were probably similar with something like (1/7),
(2/7), etc in them. Then Gnus thinks it's a splitted uuencoded file
and collects all pieces before decoding.

/Micce
-- 
Mikael Hedin                    +46 (0)980 79176
Institutet för rymdfysik        +46 (0)980 73547 (home)
Box 812, 981 28 KIRUNA, Sweden  +46 (0)980 79050 (fax)


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

* Re: [BUG] gnus-uu.el attempts to uudecode all articles in a thread?
  1998-03-31 10:20 ` Mikael Hedin
@ 1998-03-31 18:06   ` Mike McEwan
  0 siblings, 0 replies; 6+ messages in thread
From: Mike McEwan @ 1998-03-31 18:06 UTC (permalink / raw)


Mikael Hedin <micce@irf.se> writes:

> The subject lines were probably similar with something like (1/7),
> (2/7), etc in them. Then Gnus thinks it's a splitted uuencoded file
> and collects all pieces before decoding.

  No, not the case. I can reproduce the problem by sending a message
to myself with uuencoded content, and then following up to myself.

  Both articles are unread, I select the original article to myself,
type `X v u', bum, my followup is also marked read. The subject lines
appear: 

  A+ 127: 31-Mar 18:50 [Mike McEwan         ] gnus-uu.el test 
   +   2: 31-Mar 18:52 [Mike McEwan         ] Re: gnus-uu.el test

-- 
Mike.


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

* Re: [BUG] gnus-uu.el attempts to uudecode all articles in a thread?
  1998-03-30 20:10 [BUG] gnus-uu.el attempts to uudecode all articles in a thread? Mike McEwan
  1998-03-31 10:20 ` Mikael Hedin
@ 1998-04-01 14:04 ` Lars Magne Ingebrigtsen
  1998-04-02  2:16   ` Mike McEwan
  1 sibling, 1 reply; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-04-01 14:04 UTC (permalink / raw)


Mike McEwan <mike@lotusland.demon.co.uk> writes:

>   All the articles in the thread were subsequently marked read, even
> though I only wanted to uudecode the contents of article 16581 and
> hadn't yet read the rest of the thread! This is surely not the desired
> behaviour.

It is how it behaves, though -- gnus-uu decodes series of articles.
It decides which artices are in the series by heuristics.  (Guessing,
in other words.)

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


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

* Re: [BUG] gnus-uu.el attempts to uudecode all articles in a thread?
  1998-04-01 14:04 ` Lars Magne Ingebrigtsen
@ 1998-04-02  2:16   ` Mike McEwan
  1998-04-24 19:26     ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 6+ messages in thread
From: Mike McEwan @ 1998-04-02  2:16 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> It is how it behaves, though -- gnus-uu decodes series of articles.
> It decides which artices are in the series by heuristics.  (Guessing,
> in other words.)
  
  Not wishing to upset anyone's precariously balanced apple-cart, the
heuristics could be a little more discerning couldn't they? Or am I
grabbbing the wrong `end' of an heuristical stick?

-- 
Mike.


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

* Re: [BUG] gnus-uu.el attempts to uudecode all articles in a thread?
  1998-04-02  2:16   ` Mike McEwan
@ 1998-04-24 19:26     ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-04-24 19:26 UTC (permalink / raw)


Mike McEwan <mike@lotusland.demon.co.uk> writes:

> > It is how it behaves, though -- gnus-uu decodes series of articles.
> > It decides which artices are in the series by heuristics.  (Guessing,
> > in other words.)
> 
>   Not wishing to upset anyone's precariously balanced apple-cart, the
> heuristics could be a little more discerning couldn't they?

Of course they could.  You are welcome to implement a new, more
discerning scheme.

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


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

end of thread, other threads:[~1998-04-24 19:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-03-30 20:10 [BUG] gnus-uu.el attempts to uudecode all articles in a thread? Mike McEwan
1998-03-31 10:20 ` Mikael Hedin
1998-03-31 18:06   ` Mike McEwan
1998-04-01 14:04 ` Lars Magne Ingebrigtsen
1998-04-02  2:16   ` Mike McEwan
1998-04-24 19:26     ` 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).