diff options
| author | fukachan <fukachan> | 2003-06-02 16:00:34 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-06-02 16:00:34 +0000 |
| commit | 1191846675b9cdb6ee9c0715d40542a5b0bc3736 (patch) | |
| tree | ae2f2d708c8c79709287740feda1e6cc10d7e62a /fml/lib/Mail/Message/TODO | |
| parent | 6585997701a313dedce24cd5590ffaaeafab76cc (diff) | |
| download | fml8-1191846675b9cdb6ee9c0715d40542a5b0bc3736.tar.gz fml8-1191846675b9cdb6ee9c0715d40542a5b0bc3736.tar.bz2 fml8-1191846675b9cdb6ee9c0715d40542a5b0bc3736.zip | |
memo o todo
Diffstat (limited to 'fml/lib/Mail/Message/TODO')
| -rw-r--r-- | fml/lib/Mail/Message/TODO | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/fml/lib/Mail/Message/TODO b/fml/lib/Mail/Message/TODO new file mode 100644 index 00000000..4252981f --- /dev/null +++ b/fml/lib/Mail/Message/TODO @@ -0,0 +1,18 @@ +o replace _db_open with ::DB + + sub update_id_index + sub update_id_monthly_index + sub _update_id_montly_index_master + sub _update_id_monthly_index + sub update_thread_index + + +o set_article_file_path() / get_article_file_path() ? + + +o set_article_html_file_path() / get_article_html_file_path() ? + + + # need month database to determine subdir for the html file + $db->{ _filename }->{ $id } = $self->html_filename($id); + $db->{ _filepath }->{ $id } = $dst; |
