about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2021-05-04treewide: update to v3 Tor onions
2021-05-04lei up: fix dedupe with remote externals on Maildir + IMAP
2021-05-03lei <q|up>: writes to Maildirs and IMAP use mail-sync
2021-05-03net_writer: use "FLAGS.SILENT" to set keywords
2021-05-03lei: simplify workers_start API
2021-05-03lei_input: reject --mail-sync if using HTTP(S) for now
2021-05-03lei_input: common net_merge_all_done for lei <import|tag>
2021-05-03lei <q|up>: combine written/results into one line
2021-05-01lei_auth: s/net_merge_complete/net_merge_all_done/
2021-05-01lei edit-search: support relocating lei.q.output
2021-05-01lei import: fix --mail-sync handling in LeiInput
2021-05-01lei: rename ls-sync to ls-mail-sync
2021-05-01lei_saved_search: fix excess indent for first lei.q entry
2021-05-01lei <q|up>: distinguish between mset and l2m counts
2021-04-30net_reader: support (imap|nntp).proxy in config file
2021-04-30net_reader: Net::NNTP --proxy=socks5h:// support
2021-04-30lei: IMAP .onion support via --proxy=s switch
2021-04-30net_reader: {nn,mic}_for: use prototypes for internal subs
2021-04-30lei: ensure autoflush(1) is on STDERR
2021-04-30lei: kill old PIDs when dropping
2021-04-30lei_curl: improve correctness of LD_PRELOAD check
2021-04-30lei sucks: preserve utsname.machine, add "x86" where appropriate
2021-04-30lei_store: fix locking w.r.t epoch creation
2021-04-30lei import: support shell completion of known folders
2021-04-30lei import: support UIDVALIDITY in IMAP URL
2021-04-30lei import: avoid IMAPTracker, use LeiMailSync more
2021-04-30content_hash: git_sha: allow unblessed SCALAR refs
2021-04-28lei: avoid close(STD{IN,OUT,ERR}) in oneshot mode
2021-04-28lei (lcat|q): support --no-color and --color
2021-04-28lei_view_text: translate background colors from git
2021-04-28lei_view_text: improve attachment display
2021-04-28lei: simple WQ workers use {wq1} field
2021-04-28lei: quiet down Eml-related warnings consistently
2021-04-28lei-daemon: note FD count mismatch to client
2021-04-28lei_p2q: add _lei_wq_eof callback
2021-04-28view_diff: minor coding style fixes
2021-04-28tests: restore CWD with "lei -C" and run_script
2021-04-28view: add [thread overview] anchor next to Date:
2021-04-27lei q + lcat: support --format=text output
2021-04-27lei lcat: extract Message-IDs from URLs and show them
2021-04-27lei: standardize on _lei_wq_eof callback for workers
2021-04-27lei blob: support retrieving attachments via $OID:$IDX
2021-04-27lei: add "ls-sync" command for listing sync folders
2021-04-26URIimap: canonicalize uppercases UIDVALIDITY parameter
2021-04-26lei p2q: exit with failure if format-patch fails
2021-04-26lei_input: support PublicInbox::WWW mboxrd URLs
2021-04-26www: missing /$INBOX/$MSGID/raw returns 404
2021-04-25lei_xsearch: show --output location with match count
2021-04-24lei_saved_search: avoid reentrancy in ->is_dup
2021-04-24test_common: don't attempt to seek on pipes and terminals