[Mew-dist 2812] Re: [im/SCAN FORMAT] adding more Header info in SCAN FORMAT
Motonori Nakamura
motonori at example.com
1997年 10月 30日 (木) 06:53:12 JST
>>>>> On Thu, 30 Oct 1997 06:43:09 +0900, 藤原誠/ Makoto Fujiwara <makoto at example.com> said:
makoto> ところで、もし長いものが得られた時に substr したいとするとどこ
makoto> でするのかな。
そのための、scan_sub() なのです。
$symbol_table{'N'} = 'x-ml-name:' ; # : を補う
$symbol_table{'Z'} = 'x-mail-count:' ; # : を補う
sub scan_sub {
local ($href) = shift;
$href->{'x-ml-name:'} = 好きにいじる1($href->{'x-ml-name'});
$href->{'x-mail-count:'} = 好きにいじる2($href->{'x-mail-count'});
}
1;
- motonori
Mew-dist メーリングリストの案内