about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2020-09-03imap: drop old, pre-Parse::RecDescent search parser
2020-09-03search: remove {over_ro} field
2020-09-03search: replace ->query with ->mset
2020-09-03search: remove special case for blank query
2020-09-03disambiguate OverIdx and Over by field name
2020-09-03msgmap: note how we use ->created_at
2020-09-02config: use defined-or (//) in a few places
2020-09-02daemon: support --help/-h in -httpd/imapd/nntpd
2020-09-02edit+purge: support `--help' and `-h' like other commands
2020-09-02admin: improve minimum version text
2020-09-01replace ParentPipe with EOFpipe
2020-09-01ds: avoid unnecessary timer for waitpid
2020-09-01watch: use EOFpipe to reduce dwaitpid wakeups
2020-09-01ds: avoid excessive queueing when reaping PIDs
2020-09-01watch: comments and tiny cleanups
2020-09-01watch: block signals before fork on non-signalfd/kevent systems
2020-09-01watch: avoid unnecessary spawning on spam removals
2020-09-01rename WatchMaildir => Watch
2020-09-01watchmaildir: use v5.10.1, drop warnings
2020-09-01watch: limit batch size of NNTP and IMAP workers, too
2020-08-30imapd: filter out unusable flags from search
2020-08-28imaptracker: update_last: simplify callers
2020-08-28watch: flush changes to inbox before updating IMAPTracker
2020-08-28www: more descriptive pagination
2020-08-28www: improve navigation around contemporary threads
2020-08-27watch: imap: only remove \Seen spam
2020-08-27overidx: inline create_ghost sub
2020-08-27imaptracker: preserve WAL journal_mode if set by user
2020-08-27watchmaildir: ensure I:/W:/E: prefixes in warnings
2020-08-27git: show more context info on failures
2020-08-27search: allow testing with current xapian.git and 1.5.x
2020-08-27msgmap: use v5.10.1
2020-08-27over*: use v5.10.1, drop warnings
2020-08-27over: recent: remove expensive COUNT query
2020-08-27over: rename ->disconnect to ->dbh_close
2020-08-27over: rename ->connect method to ->dbh
2020-08-26v2writable: compatibility with SWIG Xapian binding
2020-08-26over+msgmap: respect WAL journal_mode if set
2020-08-26msgmap: use "CREATE TABLE IF NOT EXISTS"
2020-08-26over: skip nodatacow on the journal
2020-08-25searchidx: croak for Xapian DB open failure
2020-08-23index: --sequential-shard checkpoints after each shard
2020-08-23mbox: disable "&t" on existing Xapian until full reindex
2020-08-23search: support downloading mboxes results with full thread
2020-08-23searchidx: index THREADID in Xapian
2020-08-23searchidx: put all shard-related stuff in SearchIdxShard.pm
2020-08-23searchidxshard: clear $msgref buffer properly
2020-08-22searchview: fix mbox.gz downloads for lynx users
2020-08-20search: add mset_to_artnums method
2020-08-20init+index: support --skip-docdata for Xapian