diff options
| author | fukachan <fukachan> | 2003-07-20 04:57:16 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-07-20 04:57:16 +0000 |
| commit | ef282d24fb94e436331fcb1231e026adce11326a (patch) | |
| tree | 20a8358b868f4225b7240822ddcc9242dd512d4d /fml/lib/Mail/Message | |
| parent | 9bdbcfee3a4294312970d3a0efbea7d20ac1c8a6 (diff) | |
| download | fml8-ef282d24fb94e436331fcb1231e026adce11326a.tar.gz fml8-ef282d24fb94e436331fcb1231e026adce11326a.tar.bz2 fml8-ef282d24fb94e436331fcb1231e026adce11326a.zip | |
comment on analyze()
Diffstat (limited to 'fml/lib/Mail/Message')
| -rw-r--r-- | fml/lib/Mail/Message/DB.pm | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/fml/lib/Mail/Message/DB.pm b/fml/lib/Mail/Message/DB.pm index a1617ce9..b0312ee5 100644 --- a/fml/lib/Mail/Message/DB.pm +++ b/fml/lib/Mail/Message/DB.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: DB.pm,v 1.1.2.15 2003/06/24 16:26:53 fukachan Exp $ +# $FML: DB.pm,v 1.2 2003/07/19 10:23:33 fukachan Exp $ # package Mail::Message::DB; @@ -25,7 +25,7 @@ use lib qw(../../../../fml/lib ../../../../img/lib ); -my $version = q$FML: DB.pm,v 1.1.2.15 2003/06/24 16:26:53 fukachan Exp $; +my $version = q$FML: DB.pm,v 1.2 2003/07/19 10:23:33 fukachan Exp $; if ($version =~ /,v\s+([\d\.]+)\s+/) { $version = $1;} # special value @@ -211,6 +211,12 @@ sub DESTROY =head1 PARSE and ANALYZE +=head2 analyze() + +update database on message header, thread relation information. + +XXX-TODO: This routine should be moved to Mail::Message::Thread ? + =cut |
