From: Eric Wong Date: Wed, 27 Oct 2021 21:09:19 +0000 (+0000) Subject: lei q: fix remote import accounting X-Git-Tag: v1.7.0~40 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=ac8eed6ecb389821eaafda7c695a2b99023dde4f;hp=ac8eed6ecb389821eaafda7c695a2b99023dde4f;p=public-inbox.git lei q: fix remote import accounting We need to update the {-nr_remote_eml} counter regardless of progress display being enabled since it's needed for saved searches. We'll also split out the {-imported} flag separately and only call LeiStore->done if a new message was imported. Note: this change is NOT expected to fix errors reported by Thomas in Cc: Thomas Weißschuh ---