summaryrefslogtreecommitdiff
path: root/fml/lib/Mail/Message/DB.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-03-28 12:13:52 +0000
committerfukachan <fukachan>2004-03-28 12:13:52 +0000
commite1ff8918b2690864c024a9722bb281c4bd1391cc (patch)
treec1de115b5786a872292f86b4d4b8587ade552e3b /fml/lib/Mail/Message/DB.pm
parent71fb31528e5e73a85729b066ccb7474793d98724 (diff)
downloadfml8-e1ff8918b2690864c024a9722bb281c4bd1391cc.tar.gz
fml8-e1ff8918b2690864c024a9722bb281c4bd1391cc.tar.bz2
fml8-e1ff8918b2690864c024a9722bb281c4bd1391cc.zip
define {set,get}_article_summary() and article_summary db to handle
article summary easily.
Diffstat (limited to 'fml/lib/Mail/Message/DB.pm')
-rw-r--r--fml/lib/Mail/Message/DB.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/fml/lib/Mail/Message/DB.pm b/fml/lib/Mail/Message/DB.pm
index 58f4ff4f..eafc797c 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.16 2004/03/27 09:28:06 fukachan Exp $
+# $FML: DB.pm,v 1.17 2004/03/28 10:28:23 fukachan Exp $
#
package Mail::Message::DB;
@@ -21,7 +21,7 @@ use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD
use Carp;
use File::Spec;
-my $version = q$FML: DB.pm,v 1.16 2004/03/27 09:28:06 fukachan Exp $;
+my $version = q$FML: DB.pm,v 1.17 2004/03/28 10:28:23 fukachan Exp $;
if ($version =~ /,v\s+([\d\.]+)\s+/) { $version = $1;}
# special value
@@ -81,6 +81,7 @@ my $is_demand_copying = 1;
thread_status
article_status
+ article_summary
);