Age | Commit message (Expand) | Author | Files | Lines |
2021-01-01 | update copyrights for 2021 | Eric Wong | 7 | -7/+7 |
2020-12-09 | rename {pi_config} fields to {pi_cfg} | Eric Wong | 1 | -2/+2 |
2020-10-16 | scripts/dupe-finder: restore $dbh variable | Kyle Meyer | 1 | -0/+1 |
2020-09-03 | use more idiomatic internal API for ->over access | Eric Wong | 1 | -2/+1 |
2020-08-27 | over: rename ->connect method to ->dbh | Eric Wong | 1 | -1/+1 |
2020-05-20 | scripts/import_*: remove PublicInbox::MIME usage | Eric Wong | 2 | -6/+5 |
2020-05-05 | scripts/slrnspool2maildir: don't sort glob() | Eric Wong | 1 | -1/+2 |
2020-04-19 | favor `do {}' over `eval {}' for localized slurp | Eric Wong | 4 | -8/+5 |
2020-04-02 | mid: add $MID_EXTRACT regexp for export | Eric Wong | 1 | -1/+1 |
2020-02-24 | import_vger_from_mbox: add --filter parameter | Eric Wong | 1 | -1/+3 |
2020-02-24 | import_vger_from_mbox: drop redundant "use" statements | Eric Wong | 1 | -3/+0 |
2020-02-06 | treewide: run update-copyrights from gnulib for 2019 | Eric Wong | 7 | -7/+7 |
2020-01-27 | inbox: add ->version method | Eric Wong | 1 | -1/+1 |
2019-10-16 | config: support "inboxdir" in addition to "mainrepo" | Eric Wong | 2 | -4/+4 |
2019-09-09 | run update-copyrights from gnulib for 2019 | Eric Wong | 7 | -7/+7 |
2019-06-05 | scripts: add README to describe its purpose | Eric Wong | 1 | -0/+6 |
2019-06-05 | scripts: require ASCII digits in a few places | Eric Wong | 2 | -2/+2 |
2018-12-28 | add filter for gmane archives | Eric Wong | 1 | -20/+4 |
2018-05-02 | scripts/import_slrnspool: cleanup progress messages | Eric Wong | 1 | -1/+2 |
2018-05-02 | scripts/import_slrnspool: support v2 repos | Eric Wong | 1 | -1/+9 |
2018-04-18 | v2: generate better Message-IDs for duplicates | Eric Wong (Contractor, The Linux Foundation) | 1 | -0/+54 |
2018-04-06 | ensure Xapian and SQLite are still optional for v1 tests | Eric Wong (Contractor, The Linux Foundation) | 1 | -1/+1 |
2018-04-01 | scripts/import_vger_from_mbox: set address properly | Eric Wong (Contractor, The Linux Foundation) | 1 | -1/+1 |
2018-03-20 | InboxWritable: add mbox/maildir parsing + import logic | Eric Wong (Contractor, The Linux Foundation) | 1 | -45/+6 |
2018-03-19 | scripts/import_vger_from_mbox: filter out same headers as MDA | Eric Wong (Contractor, The Linux Foundation) | 1 | -0/+2 |
2018-03-06 | scripts/import_vger_from_mbox: perform mboxrd or mboxo escaping | Eric Wong (Contractor, The Linux Foundation) | 1 | -0/+10 |
2018-03-06 | favor Received: date over Date: header globally | Eric Wong (Contractor, The Linux Foundation) | 1 | -1/+0 |
2018-02-28 | use PublicInbox::MIME consistently | Eric Wong (Contractor, The Linux Foundation) | 2 | -4/+3 |
2018-02-22 | import_vger_from_mbox: use PublicInbox::MIME and avoid clobbering | Eric Wong (Contractor, The Linux Foundation) | 1 | -4/+4 |
2018-02-22 | import_vger_from_inbox: allow "-V" option | Eric Wong (Contractor, The Linux Foundation) | 1 | -5/+19 |
2018-02-20 | v2: support Xapian + SQLite indexing | Eric Wong (Contractor, The Linux Foundation) | 1 | -0/+3 |
2018-02-19 | v2writable: initial cut for repo-rotation | Eric Wong (Contractor, The Linux Foundation) | 1 | -10/+9 |
2018-02-15 | scripts/import_vger_from_mbox: use v2 layout for import | Eric Wong (Contractor, The Linux Foundation) | 1 | -18/+6 |
2018-02-13 | scripts/import_vger_from_mbox: support --dry-run option | Eric Wong (Contractor, The Linux Foundation) | 1 | -3/+26 |
2018-02-08 | scripts/import_vger_from_mbox: relax From_ line match slightly | Eric Wong (Contractor, The Linux Foundation) | 1 | -1/+1 |
2018-02-07 | update copyrights for 2018 | Eric Wong | 8 | -9/+9 |
2017-06-29 | scripts/import_maildir: rewrite to use Import | Eric Wong | 1 | -18/+19 |
2017-06-26 | mda: set List-ID correctly according to RFC2919 | Eric Wong | 1 | -1/+3 |
2016-08-21 | avoid spaces after shell redirection operators | Eric Wong | 3 | -9/+9 |
2016-08-14 | www: do not unecessarily escape some chars in paths | Eric Wong | 1 | -1/+2 |
2016-08-14 | import_slrnspool: reimplement using fast-import | Eric Wong | 1 | -56/+38 |
2016-08-11 | search: support alt-ID for mapping legacy serial numbers | Eric Wong | 1 | -2/+25 |
2016-07-28 | add scripts/xhdr-num2mid example | Eric Wong | 1 | -0/+30 |
2016-07-28 | add script used for importing git from download.gmane.org | Eric Wong | 1 | -0/+47 |
2016-07-06 | scripts/dc-dlvr: ensure temporary files are removed | Eric Wong | 1 | -1/+2 |
2016-06-17 | scripts/dc-dlvr: ClamAV support via clamdscan | Eric Wong | 1 | -5/+14 |
2016-06-17 | scripts/dc-dlvr: remove catchall account | Eric Wong | 1 | -6/+0 |
2016-06-17 | scripts/dc-dlvr: update copyright | Eric Wong | 1 | -2/+2 |
2016-05-20 | ssoma-replay: use TMPDIR for temporary path | Eric Wong | 1 | -1/+1 |
2016-05-14 | rename most instances of "list" to "inbox" | Eric Wong | 2 | -4/+4 |