about summary refs log tree commit homepage
path: root/script/public-inbox-edit
DateCommit message (Expand)
2023-11-03move read_all, try_cat, and poll_in to PublicInbox::IO
2023-10-18use read_all in more places to improve safety
2023-10-11treewide: consolidate "From " line removal
2021-09-15support -C (chdir) for most non-daemon commands
2021-03-28treewide: shorten temporary filename
2021-01-01update copyrights for 2021
2020-12-28check defined return value for localized slurp errors
2020-09-02edit+purge: support `--help' and `-h' like other commands
2020-08-02remove unnecessary ->header_obj calls
2020-08-02inboxwritable: rename mime_from_path to eml_from_path
2020-05-12rename "ContentId" to "ContentHash"
2020-05-09replace most uses of PublicInbox::MIME with Eml
2020-04-20drop needless `eval {}' around Config->new
2020-04-19inboxwritable: mime_from_path: reuse in more places
2020-02-06treewide: run update-copyrights from gnulib for 2019
2020-01-06treewide: "require" + "use" cleanup and docs
2019-11-24check for File::Temp 0.19 for ->newdir method
2019-11-16inboxwritable: add ->cleanup method
2019-11-16admin: get rid of singleton $CFG var
2019-11-16edit: use OO API of File::Temp to shorten lifetime
2019-11-16edit: pass global variables into subs
2019-11-08edit: check for write errors writing "From_" line
2019-11-08edit: propagate correct editor exit code
2019-10-16config: support "inboxdir" in addition to "mainrepo"
2019-06-14edit: fix portability of editor invocation
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