]> Sergey Matveev's repositories - public-inbox.git/commit
lei q: import flags when clobbering/augmenting Maildirs
authorEric Wong <e@80x24.org>
Wed, 3 Mar 2021 13:48:57 +0000 (13:48 +0000)
committerEric Wong <e@80x24.org>
Thu, 4 Mar 2021 18:29:20 +0000 (14:29 -0400)
commitfbc11e24a72f41b0ed7ead30d199288a4d674be4
tree9ce1e0f18633319ccace53c250091eada77dda86
parent6fd748af8d4792d8cb857c3d2ec132ec3cca9bb8
lei q: import flags when clobbering/augmenting Maildirs

This will eventually be supported for other mail stores,
but Maildir is the easiest to test and support, here.

This lets us avoid a situation where flag changes get
lost between search results.
MANIFEST
lib/PublicInbox/ExtSearchIdx.pm
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiQuery.pm
lib/PublicInbox/LeiSearch.pm
lib/PublicInbox/LeiStore.pm
lib/PublicInbox/LeiToMail.pm
lib/PublicInbox/LeiXSearch.pm
t/lei-q-kw.t [new file with mode: 0644]
t/lei.t
t/lei_store.t