| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2002-02-01 | remove $ENV{debug} based toggle flagsubdir-base | fukachan | |
| 2002-01-30 | fix copyright | fukachan | |
| 2002-01-16 | update copyright | fukachan | |
| 2002-01-16 | change 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-13 | update comments, copyright. FNF-ify. sort definition | fukachan | |
| 2002-01-13 | oops, fix typo (not remove =cut before the last 1;) | fukachan | |
| 2002-01-13 | update comments, copyright. FNF-ify. | fukachan | |
| delayed loading by eval { use ...}. | |||
| 2002-01-13 | remove \s*$ | fukachan | |
| 2001-12-26 | update documents, comments | fukachan | |
| 2001-12-22 | remove \s*$ | fukachan | |
| 2001-12-21 | patch for file and message-id missingcleanup-200112XX-base | tmu | |
| 2001-11-27 | run prepare_history_info($msg) if $self->{ _is_rewrite_header } | fukachan | |
| 2001-11-26 | toggle header rewriting (subject) to add thread id. off by default | fukachan | |
| 2001-11-20 | validate input for db_mkdb() | fukachan | |
| 2001-11-20 | validate variables | fukachan | |
| 2001-11-20 | db_hash( $type ) to return hash reference for $type | fukachan | |
| 2001-11-19 | check get_first_plaintext_message() return value | fukachan | |
| 2001-11-19 | check reverse_order value ;-) | fukachan | |
| 2001-11-19 | enable --reverse for summary, list command | fukachan | |
| 2001-11-19 | split 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-19 | implement show_articles_in_thread() | fukachan | |
| 2001-11-19 | check value of header fields, which is undefined in some cases | fukachan | |
| 2001-11-18 | define default for a few variables | fukachan | |
| 2001-11-18 | fmlthread db_dump $ml [$type] | fukachan | |
| to dump hash table as text for e.g. backup | |||
| 2001-11-17 | change default target to _top | fukachan | |
| use $msg_base_url to show link to article | |||
| 2001-11-16 | fix _status but in unpolite way. XXX fix it ! | fukachan | |
| 2001-11-11 | ThreadTrack switches acconding to myname ($0). | fukachan | |
| threadview is view only and cannot change status. | |||
| 2001-11-11 | enable "show" and "change_status" to work | fukachan | |
| 2001-11-11 | dynamic binding accoding to mode: text or html | fukachan | |
| 2001-11-10 | defined $rh->{ _articles }->{ $thread_id } | fukachan | |
| 2001-11-10 | clean up summary() mode for both text and html modes. | fukachan | |
| print() method knows what should it do for text/html mode. | |||
| 2001-11-10 | change cost evaluation logic (numeric now) | fukachan | |
| 2001-11-09 | check more by defined() | fukachan | |
| 2001-11-09 | speculate date from header's Date: | fukachan | |
| 2001-11-09 | modify message, more debug | fukachan | |
| 2001-11-09 | ignore ^= line in message summary | fukachan | |
| 2001-11-09 | avoid duplicated commit to articles DB { thread_id => [ id1 id2 ... ] } | fukachan | |
| 2001-11-09 | closed -> close for some cases | fukachan | |
| 2001-11-09 | modify method names | fukachan | |
| clean up nuke some "*cost*" indicator codes Print::CGI -> Print::HTML for symmetric naming convention (Text, HTML, ..) | |||
| 2001-11-09 | obsolete | fukachan | |
| 2001-11-09 | clean up inheritence for further refactoring | fukachan | |
| 2001-11-09 | move sorting function to Mail::ThreadTrack::Print::Sort | fukachan | |
| 2001-11-09 | modified to use Mail::ThreadTrack::Print::Utils | fukachan | |
| 2001-11-09 | moved definitions here to share these among modules. | fukachan | |
| decode_mime_string() STR2EUC() | |||
| 2001-11-08 | bug fix trap pattern of _valid_buf() and _delete_subject_tag_like_string() | fukachan | |
| 2001-11-07 | enable fmlthread options: | fukachan | |
| --article_id_max=\d+ to override /var/spool/ml/$ml/seq --reverse to reverse time order in showing "review" | |||
| 2001-11-07 | check -f article_file | fukachan | |
| 2001-11-07 | show ... when processing | fukachan | |
| 2001-11-07 | fmlthread -f filterlist ... | fukachan | |
| 2001-11-07 | remove not used variables | fukachan | |
