]> Sergey Matveev's repositories - public-inbox.git/commitdiff
search: support searching on List-Id
authorEric Wong <e@yhbt.net>
Thu, 7 May 2020 03:00:09 +0000 (03:00 +0000)
committerEric Wong <e@yhbt.net>
Sat, 9 May 2020 00:54:34 +0000 (00:54 +0000)
We'll support both probabilistic matches via `l:' and boolean
matches via `lid:' for exact matches, similar to how both `m:'
and `mid:' are supported.  Only text inside angle braces (`<'
and `>') are supported, since I'm not sure if there's value in
searching on the optional phrases (which would require decoding
with ->header_str instead of ->header_raw).


No differences found