summaryrefslogtreecommitdiff
path: root/fml/lib/Mail/ThreadTrack
AgeCommit message (Collapse)Author
2001-11-18fmlthread db_dump $ml [$type]fukachan
to dump hash table as text for e.g. backup
2001-11-17change default target to _topfukachan
use $msg_base_url to show link to article
2001-11-16fix _status but in unpolite way. XXX fix it !fukachan
2001-11-11ThreadTrack switches acconding to myname ($0).fukachan
threadview is view only and cannot change status.
2001-11-11enable "show" and "change_status" to workfukachan
2001-11-11dynamic binding accoding to mode: text or htmlfukachan
2001-11-10defined $rh->{ _articles }->{ $thread_id }fukachan
2001-11-10clean up summary() mode for both text and html modes.fukachan
print() method knows what should it do for text/html mode.
2001-11-10change cost evaluation logic (numeric now)fukachan
2001-11-09check more by defined()fukachan
2001-11-09speculate date from header's Date:fukachan
2001-11-09modify message, more debugfukachan
2001-11-09ignore ^= line in message summaryfukachan
2001-11-09avoid duplicated commit to articles DB { thread_id => [ id1 id2 ... ] }fukachan
2001-11-09closed -> close for some casesfukachan
2001-11-09modify method namesfukachan
clean up nuke some "*cost*" indicator codes Print::CGI -> Print::HTML for symmetric naming convention (Text, HTML, ..)
2001-11-09obsoletefukachan
2001-11-09clean up inheritence for further refactoringfukachan
2001-11-09move sorting function to Mail::ThreadTrack::Print::Sortfukachan
2001-11-09modified to use Mail::ThreadTrack::Print::Utilsfukachan
2001-11-09moved definitions here to share these among modules.fukachan
decode_mime_string() STR2EUC()
2001-11-08bug fix trap pattern of _valid_buf() and _delete_subject_tag_like_string()fukachan
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-07check -f article_filefukachan
2001-11-07show ... when processingfukachan
2001-11-07fmlthread -f filterlist ...fukachan
2001-11-07remove not used variablesfukachan
2001-11-05review() mode to show summary for articles in each threadfukachan
2001-11-04check by defined($self->{ _pragma })fukachan
2001-11-04define db_mkdb()fukachan
2001-11-04db_clear: remove index.db alsofukachan
2001-11-04implemente db_clear() prototypefukachan
2001-11-04ticket -> threadfukachan
2001-11-03merge rewrite_header() function to HeaderRewrite.pmfukachan
2001-11-03build-in decode_mime_string()fukachan
2001-11-03not use info.dbfukachan
2001-11-03use article id as thread identifierfukachan
2001-11-03clarify assign() and rewrite_header() rolesfukachan
define {set,get}_thread_status() and modified to use them message-id is <addr-spec> (RFC822), we use this format also in DB. correct handling of $config->{ thread_subject_tag_location } remove _address_clean_up(), which is not used now. remove set_status()
2001-11-03make index database in db_base_dir not db_dirfukachan
2001-11-03prepare_history_info()fukachan
2001-11-03assign(): clean up function names and argumentsfukachan
define {get,set}_thread_id() and modified to use them add commentes for FNF style
2001-11-03ticket -> threadfukachan
2001-11-03s/ticket_id/thread_id/gfukachan
2001-11-03nuke pcbfukachan
bug fix $article_id handling Log() to $self->log()
2001-11-03tune up alignment in printingfukachan
EUC-ify output define STR2EUC() for convenience
2001-11-02Initial revisionfukachan