|
秀まるおさん今日は、Iranoan です。
時間が少し取れずに、しっかり確認していませんが、今まで動いていた末尾
のマクロの動きがおかしいです。2 ページづつスクロールしてしまう?
こちらの環境は、WindowsXP+IE8.0+秀丸メール Ver. 5.24beta7 です。
//------------------------------------------------------------
loaddll "tkinfo.dll";
if( !result ){
nextpage;
endmacro;
}
disableerrormsg;
if( !dllfunc( "NextPage2") ){
if( dllfunc( "IsTuruKameGrep" ) ){
#n = sendmessage( hidemaruhandle(0), 0x0111, 40094, 0 );
#n = dllfunc( "SetMainWndTop" );
while( dllfunc( "NextPage2") );
//#n = dllfunc( "SyncGrep" );
}
$id = dllfuncstr( "CurrentHeader", "Message-ID" );
#tmp = dllfunc( "NextUnreadPage" );
if( $id == dllfuncstr( "CurrentHeader", "Message-ID" ) )beep;
}
if( dllfuncstr( "CurrentFolder" ) != "ゴミ箱" ){//spam filter 誤判定は警告
$nifty = dllfuncstr( "CurrentHeader", "X-Spam-Flag" );
$POPFilter = dllfuncstr( "CurrentHeader", "X-Text-Classification" );
if( $nifty != "" )$s = "X-Spam-Flag: :\n";
if( $POPFilter != "" )$s = $s + "X-Text-Classification:\n";
if( $s != "" )message $s;
}
freedll;
|
|