about summary refs log tree commit homepage
path: root/lib/PublicInbox/InboxWritable.pm
DateCommit message (Expand)
2021-10-12msgmap: ->new_file to supports $ibx arg, drop ->new
2021-06-09inbox_writable: fix import_maildir
2021-04-05lei: maildir: move shard support to MdirReader
2021-03-23mbox_reader: add ->reads method to avoid nonsensical formats
2021-02-21inbox_writable: require PublicInbox::MdirReader
2021-02-12import_mbox: use MboxReader
2021-02-10use MdirReader in -watch and InboxWritable
2021-02-05eml: handle warning ignores for lei
2021-01-01update copyrights for 2021
2020-12-26default to CORE::warn in $SIG{__WARN__} handlers
2020-12-25inboxwritable: delay umask_prepare calls
2020-12-23inboxwritable: _init_v1: set created_at ASAP
2020-12-17inboxwritable: drop git_dir_n sub
2020-12-17inbox: simplify v2 epoch counting
2020-12-17inboxwritable: warn_ignore: "Bad UTF7 data escape"
2020-12-09treewide: replace {-inbox} with {ibx} for consistency
2020-11-24manifest: support faster generation via [extindex "all"]
2020-11-07inboxwritable: eidx_key for external index
2020-11-07v2: some changes for ExtSearchIdx compatibility
2020-08-03watch: quiet some warnings on spam mailboxes
2020-08-02inboxwritable: rename mime_from_path to eml_from_path
2020-08-02inboxwritable: mime_from_path: reduce `$/' scope and returns
2020-07-17with_umask: pass args to callback
2020-07-02tests: add use/require statements for TEST_RUN_MODE=0
2020-06-28inboxwritable: ensure ssoma.lock exists on init
2020-06-23init: add --skip-artnum parameter
2020-06-08index: v2: parallel by default
2020-05-09replace most uses of PublicInbox::MIME with Eml
2020-04-19inboxwritable: mime_from_path: reuse in more places
2020-04-04inboxwritable: fix From_ line unescaping
2020-03-29index: support --compact / -c on command-line
2020-02-06treewide: run update-copyrights from gnulib for 2019
2020-01-27inbox: add ->version method
2020-01-01filter/base: export REJECT as a constant
2019-11-16inboxwritable: add ->cleanup method
2019-11-14inboxwritable: drop {-importer} cyclic reference
2019-10-30inboxwritable: add assert_usable_dir sub
2019-10-22inboxwritable: import_maildir uses maildir_path_load
2019-10-16config: support "inboxdir" in addition to "mainrepo"
2019-09-09run update-copyrights from gnulib for 2019
2019-06-14inboxwritable: s/partitions/shards/ in local var
2019-05-23v1writable: retire in favor of InboxWritable
2019-01-05filter/rubylang: fix SQLite DB lifetime problems
2019-01-05inboxwritable: drop unused variable
2018-07-29mda: use InboxWritable
2018-05-30respect umask if core.sharedRepository is not set
2018-03-30v2: respect core.sharedRepository in git configs
2018-03-30search: move permissions handling to InboxWritable
2018-03-20InboxWritable: add mbox/maildir parsing + import logic
2018-03-20introduce InboxWritable class