|
takako3さん,こんにちは。
》ただ、このマクロだとReply toが拾えないのと
》一気にアドレスに入れないと作業が終わらないですよね?
次のマクロでは
(1)でアカウントごと,(2)でホームディレクトリー全体を処理するはずです。
ただし,ホームディレクトリー全体はこちらでも試していません。かなりの
時間がかかりそうですので。
まず,アカウントごとで一つ,二つ試用されてみて,それでよければ全体を,
ということでいかがでしょう。
//------------------------------------------------------------//
loaddll "tkinfo.dll";
$folder = dllfuncstr( "CurrentAccount" );//(1)
//$folder = dllfuncstr( "HomeDir" );//(2)
newfile;
disabledraw;
gofiletop;
beginsel;
gofileend;
delete;
#n = dllfunc("SwitchHeaderView", 0);
if( dllfunc( "IsOrikaeshi" ) ) #n = dllfunc( "SwitchOrikaeshi" );
grep "^(From|Reply-To):", "*.txt", $folder, subdir, regular;
replaceallfast "^.+\\f(From|Reply-To): *", "\\1", regular;
replaceallfast "\\n\\fReply-To", "\\t\\1", regular;
endmacro;
//------------------------------------------------------------//
では, (^^)/~
山紫水明
|
|