From: Eric Wong Date: Thu, 7 May 2020 03:00:09 +0000 (+0000) Subject: search: support searching on List-Id X-Git-Tag: v1.5.0~23 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=b714ab45d30d6f0298d73ef4281c1d0263a02493;hp=b714ab45d30d6f0298d73ef4281c1d0263a02493;p=public-inbox.git search: support searching on List-Id 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). ---