about summary refs log tree commit homepage
path: root/lib/PublicInbox/LeiQuery.pm
DateCommit message (Expand)
2021-10-30lei_to_mail: limit workers for text, reply and v2 outputs
2021-10-25lei_to_mail: write directly to mail_sync.sqlite3
2021-10-19lei up: support --exclude=, --no-(external|remote|local)
2021-10-19lei: use die for external and query handling
2021-10-16lei: more eval guards for die on failure
2021-09-25lei forget-external: split into separate file
2021-09-21lei q: improve --limit behavior and progress
2021-09-10lei_query: fix comment about %lei2curl commands
2021-08-14lei: hexdigest mocks account for unwanted headers
2021-08-11lei: attempt to canonicalize away "/../" pathnames
2021-05-30lei q: --sort and --save|v2 are incompatible
2021-05-28lei: restore working directory in more places
2021-05-03lei <q|up>: writes to Maildirs and IMAP use mail-sync
2021-04-20lei_query: avoid POSIX::lround for older Perls
2021-04-20lei up: support --all=local
2021-04-17lei_query: fix relative path handling on --stdin
2021-04-16lei q: --save preserves relative time queries
2021-04-13lei: add "lei up" to complement "lei q --save"
2021-04-13lei q: start wiring up saved search
2021-04-13lei_query: rearrange internals to capture query early
2021-04-01lei_query: remove unnecessary V2Writable require
2021-03-30lei q: avoid redundant default setting for sort with l2m
2021-03-27lei_query: hoist out lxs_prepare
2021-03-26lei q: skip lei/store->write_prepare for JSON outputs
2021-03-24lei: improve management around short-lived workers
2021-03-21lei: tie ALE lifetime to config file
2021-03-21lei: All Local Externals: bare git dir for alternates
2021-03-19lei q: -I/--include overrides --no-(external|local|remote)
2021-03-05lei q: fix --import-before default and FIFO output
2021-03-04lei q: s/import-augment/import-before/g
2021-03-04lei q: import flags when clobbering/augmenting Maildirs
2021-02-25lei q: auto-memoize remote messages into lei/store
2021-02-23lei q: reduce default lei2mail workers
2021-02-22lei_auth: trim and remove leftover worker code
2021-02-22lei q: reduce wasted IMAP connection for auth
2021-02-21ipc: support setting a locked number of WQ workers
2021-02-21lei q: support IMAP/IMAPS --output destinations
2021-02-11search: use git approxidate in WWW and "lei q --stdin"
2021-02-08lei q: use git approxidate with d:, dt: and rt: ranges
2021-02-07lei: replace --thread with --threads
2021-02-07lei: remove short switch support for curl(1) options
2021-02-07lei_curl: replace -K/--config with --curl-config
2021-02-07lei_query: trim curl options
2021-02-05lei_query: remove uneeded dwaitpid import
2021-02-05lei q: delay worker spawn
2021-02-04lei q: support reading queries from stdin
2021-02-04lei: complete basenames for include|exclude|only
2021-02-04lei q: -I/--exclude/--only support globs and basenames
2021-02-03lei q: support --jobs [SEARCHERS],[WRITERS]
2021-02-03lei q: do not leave temporary files after oneshot exit