When playing around with lei-import, I was unable to display an mbox for a just-imported message:
# starting in an uninitialized state with no externals $ curl -d'' -fsS 'https://public-inbox.org/meta/?q=cgit+blob+solver&x=m' \ | zcat >t.mbox $ lei import mboxrd:t.mbox $ lei q -f ldjson s:remove {"blob":"089cdf1af1d738068494a653532ed01b1844407d","docid":11,...} $ lei q -f mboxrd s:remove missing 089cdf1af1d738068494a653532ed01b1844407d It's in the local repo though: $ git -C ~/.local/share/lei/store/local/0.git \ rev-parse --verify 089cdf1af1d738068494a653532ed01b1844407d^{blob} 089cdf1af1d738068494a653532ed01b1844407d Killing the daemon and trying again resolves the issue: $ lei daemon-kill $ lei q -f mboxrd s:remove | head -1 From 089cdf1af1d738068494a653532ed01b1844407d=99@mboxrd Thu Jan 1 00:00:00 1970 Sorry if I'm reporting a known to-do; with a quick search, I didn't spot anything on the list or in the code, and it feels like enough of a corner case to be worth mentioning.
