Re: [dialog] getting features I would like to have



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
.