]> Sergey Matveev's repositories - public-inbox.git/commit
lei q: -tt marks direct hits as "flagged"
authorEric Wong <e@80x24.org>
Thu, 25 Feb 2021 10:11:06 +0000 (10:11 +0000)
committerEric Wong <e@80x24.org>
Fri, 26 Feb 2021 02:35:50 +0000 (02:35 +0000)
commit232f8e376fe2856c8d34092e33a2c0750734c285
tree63ff6bc73aad8c09cfaf15c3782f30d47764c056
parentd3934150d6fef1ce90ac44298e58474913028d32
lei q: -tt marks direct hits as "flagged"

This can be used to quickly distinguish messages which were
direct hits when doing thread expansion vs messages that
were merely part of the same thread.

This is NOT mairix-derived behavior, but I occasionally found
it useful when looking at results in an MUA to know whether
a message was a direct hit or not.

This makes "-t" consistent with non-"-t" cases as far as keyword
reading goes.
Documentation/lei-q.pod
MANIFEST
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiXSearch.pm
t/lei-q-thread.t [new file with mode: 0644]