ScriptDownloadAndViewOnSingleClick
From 40tude Dialog Wiki
This allows you to single click on a header and have the message body download and switch to the message pane. It saves that left mouse finger!
Enter it into the MESSAGE section of the scripting pane.
--Chudman
program ARTICLELV_WM_LBUTTONUP;
procedure OnWMessage(var Msg:TMessage;var handled:boolean);
begin
ADo('ExpandThread');
ADo('GetSelectedMessageBodies');
ADo('MarkRead');
ADo('ArticlePane')
end;
begin
end.