about summary refs log tree commit homepage
path: root/lib/PublicInbox/LeiStore.pm
DateCommit message (Expand)
2021-06-02lei export-kw: do not write directly to mail_sync.sqlite3
2021-05-27lei rm: new command to remove messages from index
2021-05-26lei: require Socket::MsgHdr or Inline::C, drop oneshot
2021-05-04lei index: new command to index mail w/o git storage
2021-05-03lei <q|up>: writes to Maildirs and IMAP use mail-sync
2021-04-30lei_store: fix locking w.r.t epoch creation
2021-04-28lei: quiet down Eml-related warnings consistently
2021-04-24lei import: keep sync info for Maildir and IMAP folders
2021-04-07lei_store: use getpwuid and hostname for ident
2021-04-03lei/store: (more) synchronous non-fatal error output
2021-04-03lei_store: update alternates on new epoch
2021-04-01lei_store: quiet down per-message related warnings
2021-04-01lei_store: quiet down git user info being unset
2021-04-01lei_store: set_xvmd: don't add if no vmd at all
2021-04-01lei q: reduce lei/store work for kw changes to stored mail
2021-03-26lei: add some labels support
2021-03-24lei_store: give process a better name
2021-03-24lei: hide *_atfork_child from command-line
2021-03-24lei mark: command for (un)setting keywords and labels
2021-03-21lei import: vivify external-only messages
2021-03-21lei q: support vmd for external-only messages
2021-03-21lei: All Local Externals: bare git dir for alternates
2021-03-20lei_store: initialize IPC lock properly
2021-03-17lei_store: keywords => vmd (volatile metadata), prepare for labels
2021-03-16lei_store: remove maildir_keywords
2021-03-16mbox: move mbox_keywords to MboxReader
2021-03-15lei q: do not import unnecessarily from externals
2021-03-10lei import: simplify Maildir handling
2021-03-04lei q: import flags when clobbering/augmenting Maildirs
2021-02-22lei_store: populate ALL.git/alternates with new epochs
2021-02-08lei import: support Maildirs
2021-02-05lei import: initial implementation
2021-01-12lei query + pagination sorta working
2021-01-03use Eml (or MIME) objects for all indexing paths
2021-01-03searchidxshard: replace index_raw with index_eml
2021-01-03searchidxshard: IPC conversion, part 2
2021-01-02lei_store: alternative unconfigured "git var" workaround
2021-01-02treewide: reduce load_xapian* callsites
2021-01-01lei_store: quiet down "git var" failures
2021-01-01update copyrights for 2021
2021-01-01lei_store: handle messages without Message-ID at all
2021-01-01lei_store: add ->set_eml, ->add_eml can return smsg
2021-01-01ipc: generic IPC dispatch based on Storable
2021-01-01revert "lei_store: use per-machine refname as git HEAD"
2021-01-01lei_store: use per-machine refname as git HEAD
2020-12-19lei_store: keyword extraction from mbox and Maildir
2020-12-19lei_store: relax GIT_COMMITTER_IDENT check
2020-12-19lei_store: simplify git_epoch_max, slightly
2020-12-19lei: refine help/option parsing, implement "init"
2020-12-19lei_store: local storage for Local Email Interface