summaryrefslogtreecommitdiff
path: root/fml/lib
AgeCommit message (Collapse)Author
2004-07-10fix copyrightfukachan
2004-07-06put back initializtion code to 1.3 one.fukachan
2004-07-06always ignore arguments of {subscribe,unsubscribe} command mail requestsfukachan
to ensure more correct confirmation.
2004-06-30reduce error messagestmu
2004-06-30reduce error messagetmu
2004-06-30overhaul: fix comments and messages. validate initial value.fukachan
2004-06-29fix copyrightfukachan
2004-06-29overhaul:fukachan
o fix comments. o fix messages/error messages. o use //o if could. o specify initial value.
2004-06-29mark by stop_this_process() when submission denied.fukachan
2004-06-27fix copyrightfukachan
2004-06-27bug fix: implement verify_syntax().fukachan
2004-06-27TERM_NL() macro support in message translation.fukachan
2004-06-27reverse command_mode check code.fukachan
2004-06-27re-implement which_map()fukachan
2004-06-27tune IO::Adapter::close() timing.fukachan
use TERM_NL(map) style not which_map_nl() where TERM_NL() can handle charset dependent map name translation.
2004-06-27validate if message object supports write_count() method.fukachan
2004-06-27bug fix delete():fukachan
o not apply quotemeta() for key. o autoflush(1) o check the number of matching, return error if no any matched line.
2004-06-27close() allows 0 byte file e.g. in the case so that all content isfukachan
removed.
2004-06-27queue system debug: trace number of bytes written.fukachan
2004-06-26overhaul: fix comments, messages and style.fukachan
2004-06-26fix comments.fukachan
change default: tail -100 by default.
2004-06-26fix comments.fukachan
bug fix reset of $command_args .
2004-06-26fix typofukachan
2004-06-26fix comments.fukachan
change private method name. modify sanity check a little.
2004-06-26fix comments.fukachan
bug fix reset of $command_args values.
2004-06-26fix comments.fukachan
warn() -> ui_message().
2004-06-26fix comments.fukachan
my (@var) = ... style.
2004-06-26fix comments.fukachan
quotemeta search key.
2004-06-26overhaul:fukachan
fix comments. x.y -> sprintf(format, x, y) fix return value. change variable name to be more readable.
2004-06-26overhaul:fukachan
o fix comments. o defined() check.
2004-06-26overhaul:fukachan
fix comments. use //o if could. bug fix notice_cc_recipient handling.
2004-06-25fix comments (FNF)fukachan
2004-06-24nuke old style FML::Log use.fukachan
2004-06-24clean up.fukachan
handle CUI case (ok?)
2004-06-24preliminary support of built-in clamavfukachan
2004-06-24preliminary support of build-in virus/spam checker.fukachan
2004-06-23bug fix: delete_dup_reply_tag() runs always. (fml-devel: 711)fukachan
2004-06-19fix sytle (FNF)fukachan
2004-06-17fix message of $default_config_dir installation when install_root specified.fukachan
fix install path of $ml_spool_dir when install_root specified.
2004-06-14defined($header) check before calling update_message_id_cache.fukachan
2004-06-14bugfix @indexs use my $indexs = \@indexs;tmu
2004-06-11select index files using @indexstmu
2004-06-11null check $key at _db_set()tmu
2004-06-11set $main::opt_mimedecodequoted at _print_li_filename(),_format_safe_header()tmu
2004-06-09separate message-id duplication check and cache updating.fukachan
cache updating when process ends.
2004-06-07enhanced to enable "make install install_root=/prefix" for package system.fukachan
install_root is the prefix that is prepended to the pathnames of installed files. [IMPORTANT] In a lot of systems, "make install prefix=/prefix" is used. But it is confusing against usage of othre software e.g. "./configure --prefix=/prefix". So, we avoid this confusion to use other keyword, which is same as Postfix.
2004-06-02add yahoo.co.jptmu
change ybb.ne.jp end pattern
2004-05-29bug fix my() usage.fukachan
2004-05-28When we fail to create article file, we try to save the originalfukachan
message at least.
2004-05-25fix comments (FNF)fukachan