diff options
| author | fukachan <fukachan> | 2001-11-05 14:34:50 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-11-05 14:34:50 +0000 |
| commit | 80503eb1881c0c0bea06008f4e3bebf89a9d2099 (patch) | |
| tree | fd24882fd62866d2f2bc654ab8bfd4c6875ec3eb /fml | |
| parent | 376a70b80152784736d30aef5c18e3188024bf18 (diff) | |
| download | fml8-80503eb1881c0c0bea06008f4e3bebf89a9d2099.tar.gz fml8-80503eb1881c0c0bea06008f4e3bebf89a9d2099.tar.bz2 fml8-80503eb1881c0c0bea06008f4e3bebf89a9d2099.zip | |
$self->{ _article_summary_lines } = 3;
Diffstat (limited to 'fml')
| -rwxr-xr-x | fml/lib/Mail/ThreadTrack.pm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fml/lib/Mail/ThreadTrack.pm b/fml/lib/Mail/ThreadTrack.pm index 15ae1a22..a98b9c82 100755 --- a/fml/lib/Mail/ThreadTrack.pm +++ b/fml/lib/Mail/ThreadTrack.pm @@ -4,7 +4,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: ThreadTrack.pm,v 1.8 2001/11/03 11:57:05 fukachan Exp $ +# $FML: ThreadTrack.pm,v 1.9 2001/11/04 13:43:50 fukachan Exp $ # package Mail::ThreadTrack; @@ -113,6 +113,9 @@ sub new $me->{ _db_dir } = File::Spec->catfile($base_dir, $ml_name); $me->{ _fd } = $args->{ fd } || \*STDOUT; + # ::Print parameters + $me->{ _article_summary_lines } = 3; + # log function pointer if (defined $args->{ logfp }) { $me->{ _logfp } = $args->{ logfp }; |
