From: Eric Wong <e@80x24.org> To: meta@public-inbox.org Subject: [PATCH 0/5] lei: preserve keywords across queries Date: Sat, 20 Mar 2021 19:04:02 +0900 [thread overview] Message-ID: <20210320100407.15713-1-e@80x24.org> (raw) 2/5 is the major milestone to me, it took me a long while to figure out and arrive at. PATCH 1/5 made things click, and <https://public-inbox.org/meta/20210320023800.1809-1-e@80x24.org/> ("lei_store: initialize IPC lock properly") was also needed :x There'll still need to be some followup to support import, and also to deal with public-inbox-edit/purge in externals. Inotify + EVFILT_VNODE support should make things sweeter, too. Eric Wong (5): lei: All Local Externals: bare git dir for alternates lei q: support vmd for external-only messages lei q: put keywords on one line in --pretty output lei_to_mail: match mutt order of status headers lei: tie ALE lifetime to config file MANIFEST | 1 + lib/PublicInbox/LEI.pm | 15 +++++ lib/PublicInbox/LeiALE.pm | 111 +++++++++++++++++++++++++++++++++ lib/PublicInbox/LeiOverview.pm | 12 +++- lib/PublicInbox/LeiQuery.pm | 1 + lib/PublicInbox/LeiSearch.pm | 37 +++++++---- lib/PublicInbox/LeiStore.pm | 82 ++++++++++++++---------- lib/PublicInbox/LeiToMail.pm | 38 ++++++----- lib/PublicInbox/LeiXSearch.pm | 44 +++---------- lib/PublicInbox/Lock.pm | 2 +- lib/PublicInbox/Over.pm | 22 ++++++- lib/PublicInbox/OverIdx.pm | 10 --- lib/PublicInbox/SearchIdx.pm | 3 + t/eml.t | 2 + t/lei-convert.t | 3 +- t/lei-externals.t | 3 +- t/lei-q-kw.t | 59 ++++++++++++++++-- t/lei-q-remote-import.t | 4 +- t/lei-q-thread.t | 7 ++- t/lei_to_mail.t | 2 +- t/lei_xsearch.t | 22 ++++++- 21 files changed, 355 insertions(+), 125 deletions(-) create mode 100644 lib/PublicInbox/LeiALE.pm
next reply other threads:[~2021-03-20 10:04 UTC|newest] Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-03-20 10:04 Eric Wong [this message] 2021-03-20 10:04 ` [PATCH 1/5] lei: All Local Externals: bare git dir for alternates Eric Wong 2021-03-20 10:04 ` [PATCH 2/5] lei q: support vmd for external-only messages Eric Wong 2021-03-20 10:04 ` [PATCH 3/5] lei q: put keywords on one line in --pretty output Eric Wong 2021-03-20 10:04 ` [PATCH 4/5] lei_to_mail: match mutt order of status headers Eric Wong 2021-03-20 10:04 ` [PATCH 5/5] lei: tie ALE lifetime to config file Eric Wong
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style List information: https://public-inbox.org/README * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20210320100407.15713-1-e@80x24.org \ --to=e@80x24.org \ --cc=meta@public-inbox.org \ --subject='Re: [PATCH 0/5] lei: preserve keywords across queries' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Code repositories for project(s) associated with this inbox: https://80x24.org/public-inbox.git This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).