]> Sergey Matveev's repositories - public-inbox.git/commit
searchview: use inbox->msg_by_mid
authorEric Wong <e@80x24.org>
Mon, 20 Jun 2016 23:05:02 +0000 (23:05 +0000)
committerEric Wong <e@80x24.org>
Mon, 20 Jun 2016 23:06:16 +0000 (23:06 +0000)
commita07ac38854c1308c4b58e13253527ec3b5e7e1f9
treed522adddba272aa13b79df5c5d657e892478b371
parent872fd6c44ec1398874cc6ab3c79d04ee14d16b01
searchview: use inbox->msg_by_mid

This abstracts out the path lookup logic and and allow us
potentially allow different heads in the same repository.

We may also bypass slow tree name lookups in the future
by storing the raw blob ID in the Xapian document.

Followup-to: 4b313dc74bc9 ("feed: various object-orientation cleanups")
lib/PublicInbox/SearchView.pm