]> Sergey Matveev's repositories - public-inbox.git/commit
lei q: start wiring up saved search
authorEric Wong <e@80x24.org>
Tue, 13 Apr 2021 10:54:45 +0000 (10:54 +0000)
committerEric Wong <e@80x24.org>
Tue, 13 Apr 2021 19:05:02 +0000 (15:05 -0400)
commit8ab43c1c27c725a8ef9307f5dba3e565169d48ca
tree12c761c064692e1c08b106b246fa72f713a73ee8
parent26e0fe73de93f451ae5575f7625fec8ae020673c
lei q: start wiring up saved search

This will have a over.sqlite3 for content-based deduplication.
It may exhibit ibxish methods, so serving a read-only (or even
R/W) IMAP or instance or displaying HTML isn't outside the realm
of possibility.
MANIFEST
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiQuery.pm
lib/PublicInbox/LeiSavedSearch.pm [new file with mode: 0644]
lib/PublicInbox/LeiToMail.pm
lib/PublicInbox/LeiXSearch.pm
t/lei-q-save.t [new file with mode: 0644]
t/lei.t
t/lei_saved_search.t [new file with mode: 0644]