summaryrefslogtreecommitdiff
path: root/fml/lib/Mail/ThreadTrack
AgeCommit message (Collapse)Author
2002-02-01remove $ENV{debug} based toggle flagsubdir-basefukachan
2002-01-30fix copyrightfukachan
2002-01-16update copyrightfukachan
2002-01-16change Mail::Message naming convention.fukachan
public -> private: o head_message o last_message o next_message o prev_message prefix change: o rfc822_message_ -> whole_message_ o get_first_plaintext_message() -> find_first_plaintext_message() o get_encoding_mechanism() -> encoding_mechanism() o get_data_type() -> data_type() o get_data_type_list() -> data_type_list() renamed: o get_offset() - >offset_pair() o header_in_body_part() -> message_fields() o data_in_body_part() -> message_text() where we use RFC822 flabour naming convention. rfc822 says "message = fields + text" and rfc2047 says "message" as defined in RFC 822, with all header fields optional.
2002-01-13update comments, copyright. FNF-ify. sort definitionfukachan
2002-01-13oops, fix typo (not remove =cut before the last 1;)fukachan
2002-01-13update comments, copyright. FNF-ify.fukachan
delayed loading by eval { use ...}.
2002-01-13remove \s*$fukachan
2001-12-26update documents, commentsfukachan
2001-12-22remove \s*$fukachan
2001-12-21patch for file and message-id missingcleanup-200112XX-basetmu
2001-11-27run prepare_history_info($msg) if $self->{ _is_rewrite_header }fukachan
2001-11-26toggle header rewriting (subject) to add thread id. off by defaultfukachan
2001-11-20validate input for db_mkdb()fukachan
2001-11-20validate variablesfukachan
2001-11-20db_hash( $type ) to return hash reference for $typefukachan
2001-11-19check get_first_plaintext_message() return valuefukachan
2001-11-19check reverse_order value ;-)fukachan
2001-11-19enable --reverse for summary, list commandfukachan
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-19implement show_articles_in_thread()fukachan
2001-11-19check value of header fields, which is undefined in some casesfukachan
2001-11-18define default for a few variablesfukachan
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