]> Sergey Matveev's repositories - public-inbox.git/commit
overidx: subject_path: allow non-ASCII char in subject matches
authorEric Wong <e@80x24.org>
Wed, 6 Oct 2021 10:12:21 +0000 (10:12 +0000)
committerEric Wong <e@80x24.org>
Wed, 6 Oct 2021 11:23:51 +0000 (11:23 +0000)
commite785573c556572a675407796604e9c0a9965ea9f
tree007e58811f281de2d8d51433021c85440bbc2163
parent89193578d21f847478f844e9e85495b9cae8842b
overidx: subject_path: allow non-ASCII char in subject matches

This should bring us closer to the "Base subject" definition in
IMAP ORDEREDSUBJECT (RFC 5256 2.1).  Larger changes may cause
some breakage (until --reindex).  But for now, a reindex will
prevents the non-ASCII subjects from being normalized to the
same fuzzy "thread" in the thread view.
lib/PublicInbox/OverIdx.pm
lib/PublicInbox/Smsg.pm