about summary refs log tree commit homepage
path: root/script
DateCommit message (Expand)
2019-10-30mda: support multiple List-ID matches
2019-10-30mda: prepare for multiple destinations
2019-10-30inboxwritable: add assert_usable_dir sub
2019-10-30mda: skip MIME parsing if spam
2019-10-30mda: hoist out mda_filter_adjust
2019-10-30mda: hoist out List-ID handling and reuse in -learn
2019-10-30learn: hoist out remove_or_add subroutine
2019-10-30learn: GIT_COMMITTER_<NAME|EMAIL> may be "" or "0"
2019-10-30learn: update usage statement
2019-10-30learn: only map recipient list on "ham" or "rm"
2019-10-30learn: support multiple To/Cc headers
2019-10-17Merge remote-tracking branch 'origin/inboxdir'
2019-10-16config: support "inboxdir" in addition to "mainrepo"
2019-10-16mda: support --no-precheck option
2019-10-15mda, watch: wire up List-ID header support
2019-10-05init: implement locking
2019-10-05init: favor --skip-epoch instead of --skip
2019-09-27qspawn: workaround Perl 5.16.3 leak, re-enable Deflater
2019-09-26httpd: disable Deflater middleware by default on Perl <5.18
2019-09-09run update-copyrights from gnulib for 2019
2019-07-06nntp: support COMPRESS DEFLATE per RFC 8054
2019-06-24nntp: NNTPS and NNTP+STARTTLS working
2019-06-14edit: fix portability of editor invocation
2019-06-14Merge remote-tracking branch 'origin/reshard' into next
2019-06-14xcpdb: support resharding v2 repos
2019-06-12edit: unlink temporary file when done
2019-06-10edit: drop unwanted headers before noop check
2019-06-10edit|purge: improve output on rewrites
2019-06-09edit: new tool to perform edits
2019-06-09AdminEdit: move editability checks from -purge
2019-06-09admin: beef up resolve_inboxes to handle purge options
2019-06-09purge: start moving common options to AdminEdit module
2019-06-05tighten up digit matches to ASCII for git output
2019-06-04require ASCII digits for local FS items
2019-05-29searchidx: store indexlevel=medium as metadata
2019-05-29index: remove warning on unconfigured inboxes
2019-05-29index: support --verbose option
2019-05-24doc: xcpdb: add switch documentation
2019-05-23doc: various updates to reflect current state
2019-05-23xcpdb|compact: support some xapian-compact switches
2019-05-23compact: reuse infrastructure from xcpdb
2019-05-23xcpdb: implement progress reporting
2019-05-23xapcmd: xcpdb supports compaction
2019-05-23xcpdb: implement using Perl bindings
2019-05-23admin: move index_inbox over
2019-05-23xcpdb: new tool which wraps Xapian's copydatabase(1)
2019-05-23admin: hoist out resolve_inboxes for -compact and -index
2019-05-23xapcmd: new module for wrapping Xapian commands
2019-05-23doc: document the reason for --no-renumber
2019-05-23v1writable: retire in favor of InboxWritable