Re: [dialog] getting features I would like to have
- From: Richard Nixon <richard@xxxxxxxxxxxxxxx>
- Date: Wed, 1 Oct 2008 17:33:44 -0600
On 30 Sep 2008 06:33:39 GMT, 'Tom N' wrote:
Richard Nixon w <news:1haf7ee96smts.1jri8he7lenml$.dlg@xxxxxxxxxx>:
http://i37.tinypic.com/16iytfo.jpg
This shows a thread in a newsgroup that I read. What I often want to do is
download the thread *after* I've downloaded the first article. If I've
read the fifth article but not the first, I can collapse the thread,
trigger the fetch event, and get them all.
If the only answer is to write a script, then let's do it.
Create a custom script
Program GetThread;
Begin
ADo ('AddMarker');
ADo ('CollapseThread');
ADo ('GetSelectedMessageBodies');
ADo ('ExpandThread');
ADo ('GoToPreviousMarker');
ADo ('ClearMarkerList');
End.
and assign a keyboard shortcut.
Thanks, fellas, for the script. I'm having trouble getting it to be a
button. What must I do at this point:
http://i36.tinypic.com/an25xe.jpg
--
Richard Milhous Nixon
The reports of my death are greatly exaggerated.
~~ Mark Twain
.
- Follow-Ups:
- Re: [dialog] getting features I would like to have
- From: Sqwertz
- Re: [dialog] getting features I would like to have
- Prev by Date: Re: Having trouble posting to this group
- Next by Date: Re: [dialog] getting features I would like to have
- Previous by thread: Re: Having trouble posting to this group
- Next by thread: Re: [dialog] getting features I would like to have
- Index(es):