]> Sergey Matveev's repositories - public-inbox.git/commit
search: allow searching user fields (To/Cc/From)
authorEric Wong <e@80x24.org>
Fri, 9 Sep 2016 00:01:22 +0000 (00:01 +0000)
committerEric Wong <e@80x24.org>
Fri, 9 Sep 2016 00:02:16 +0000 (00:02 +0000)
commitc617254e00ae43414236603cf9bbcdc8cbc2b139
treec1092f94233b4532f29d288984f11738ece400c5
parentf9663d67d1b228b6ceaeaab8329968b0d7e445cb
search: allow searching user fields (To/Cc/From)

Sometimes it can be useful to search based on who the
message was sent to, sent by, or Cc:-ed.  Of course,
headers can be faked, but they usually are not...

Anyways this mostly matches the behavior of mairix(1).
lib/PublicInbox/Search.pm
lib/PublicInbox/SearchIdx.pm
t/search.t