]> Sergey Matveev's repositories - public-inbox.git/commit
lei q: do not import unnecessarily from externals
authorEric Wong <e@80x24.org>
Sun, 14 Mar 2021 11:12:00 +0000 (13:12 +0200)
committerEric Wong <e@80x24.org>
Mon, 15 Mar 2021 08:04:44 +0000 (08:04 +0000)
commit42fc590f8cabd23455949d002e2ddf28bbec6d1e
treecf521b1325e9d74d60ad5f75d0df1d12cf277cb0
parent64b557420689476493d752968d99ab8ae62bad9a
lei q: do not import unnecessarily from externals

We only want to auto import messages that are exclusively in
remote externals.  Messages in local externals are not
auto-imported to save space and reduce wear on storage device.
lib/PublicInbox/LeiSearch.pm
lib/PublicInbox/LeiStore.pm
lib/PublicInbox/LeiToMail.pm
lib/PublicInbox/LeiXSearch.pm
t/lei-q-remote-import.t