about summary refs log tree commit homepage
path: root/MANIFEST
DateCommit message (Expand)
2021-04-13lei: add "lei up" to complement "lei q --save"
2021-04-13lei q: start wiring up saved search
2021-04-11www: do not obfuscate addresses in URLs
2021-04-03lei/store: (more) synchronous non-fatal error output
2021-04-01lei sucks: sub-command to aid bug reporting
2021-04-01build: generate PublicInbox.pm with $VERSION
2021-03-31doc: add lei-mail-formats(5) manpage
2021-03-30lei tag: rename from "lei mark"
2021-03-29doc lei: add manpages for new commands
2021-03-28lei blob: add remote external support
2021-03-28lei init: split out into separate file
2021-03-27lei blob: aka "git-show-harder" for blobs
2021-03-26lei: add some labels support
2021-03-24lei mark: command for (un)setting keywords and labels
2021-03-23lei: share input code between convert and import
2021-03-21lei: All Local Externals: bare git dir for alternates
2021-03-17extindex: add some validation and config knobs for WWW
2021-03-15t/html_index: remove now-worthless test
2021-03-15test_common: add create_inbox helper sub
2021-03-12msg_part_text: discover text in application/octet-stream
2021-03-10doc: start glossary for overlapping concepts
2021-03-04lei q: import flags when clobbering/augmenting Maildirs
2021-03-01lei p2q: patch-to-query generator for "lei q --stdin"
2021-02-26lei q: support mbox locking by default
2021-02-26lei q: -tt marks direct hits as "flagged"
2021-02-25lei q: auto-memoize remote messages into lei/store
2021-02-24lei <import|convert>: support NNTP sources
2021-02-24add PublicInbox::URInntps package
2021-02-19net_writer: start implementing IMAP write support
2021-02-18lei: check for IMAP auth errors
2021-02-18lei import: add IMAP and (maildir|mbox*):$PATHNAME support
2021-02-18lei convert: mail format conversion sub-command
2021-02-18tests: setup_public_inboxes: use IMAP-friendly newsgroups
2021-02-11doc: add lei-import(1)
2021-02-10net_reader: new package split from -watch
2021-02-10use MdirReader in -watch and InboxWritable
2021-02-10lei: split out MdirReader package, lazy-require earlier
2021-02-08lei import: support Maildirs
2021-02-07lei help: split out into separate file
2021-02-07lei: add-external --mirror support
2021-02-07tests: split out lei-daemon.t from lei.t
2021-02-07t/tests: split out setup_public_inboxes sub
2021-02-07t/lei-externals: split out into separate test
2021-02-07tests: add test_lei wrapper, split out t/lei-import.t
2021-02-05lei import: initial implementation
2021-02-04lei q: support reading queries from stdin
2021-02-03lei: switch to use SEQPACKET socketpair instead of pipe
2021-02-01sharedkv: use lock_for_scope_fast
2021-02-01ipc: switch wq to use the event loop
2021-02-01doc: add lei-overview(7)