summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/ThreadTrack.pm
AgeCommit message (Collapse)Author
2002-03-17nuke superflous \s*$fukachan
2002-02-27work and bugfix _search_max_id_from_top()reply-message-basetmu
2002-02-17bug fix definitions on hooksfukachan
2002-02-17implement several hooksfukachan
2002-02-04determine the max sequence id by considering last mofieid time amongfukachan
the sequence file and thread databases.
2002-02-01remove $ENV{debug} based toggle flagsubdir-basefukachan
2001-12-23update documents, commentsfukachan
2001-12-22remove \s*$fukachan
2001-11-27nuke "#!/usr/local/bin/perl -w" in the headfukachan
2001-11-20update database for latest not-yet-analyzed articles.fukachan
2001-11-19split functions for list and summary.fukachan
"list" shows thread summary but "summary" shows thread summary + article summary. enhance fmlthread to provide CUI, oh this is useful !
2001-11-18fmlthread db_dump $ml [$type]fukachan
to dump hash table as text for e.g. backup
2001-11-18change max_id speculation strategy:fukachan
1. check the max_id is given or not, use it if given 2. try max_id() of FML::Article; 3. speculate_max_id($spool_dir) in FML::Article
2001-11-11ThreadTrack switches acconding to myname ($0).fukachan
threadview is view only and cannot change status.
2001-11-09more debug infofukachan
2001-11-07enable fmlthread options:fukachan
--article_id_max=\d+ to override /var/spool/ml/$ml/seq --reverse to reverse time order in showing "review"
2001-11-07we should use long line options since we support it :)fukachan
o define --spool_dir for fmlthread. for example: % fmlthread db_clear fml-help % fmlthread --spool_dir=/some/where -f /tmp/filter db_rebuild fml-help % fmlthread --spool_dir=/some/where review fml-help last:100
2001-11-07fmlthread review ML RANGE srcdir=/some/wherefukachan
XXX srcdir=\S+ overwrites config->{ spool_dir } variable
2001-11-07fmlthread -f filterlist ...fukachan
2001-11-06db_mkdb -> db_rebuildfukachan
2001-11-05review() mode to show summary for articles in each threadfukachan
2001-11-04implement exist() and close()fukachan
2001-11-04enable db_mkdb, summary. define help()fukachan
2001-11-04enable db_clear operationfukachan
2001-11-03Mail::ThreadTrack based tread tracking systemfukachan
FML::Process::TicketSystem -> FML::Process::ThreadTrack