]> git.notmuchmail.org Git - notmuch/commit
Fix to index the "Re" term present in any subject.
authorCarl Worth <cworth@cworth.org>
Wed, 24 Nov 2010 02:11:04 +0000 (18:11 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 24 Nov 2010 02:11:04 +0000 (18:11 -0800)
commitc7b4d15d0ad78b6f28b50310358ae255e6a08008
treeee59f443c5f17d01bb2bdcd3bbfc5af203e56a6e
parentfb4ded1cc9de716b0e8d8b6dacce2417a9c421cb
Fix to index the "Re" term present in any subject.

This was a misfeature where notmuch had extra code that just threw
away legitimate information. It was never indexing an initial "Re"
term in a subject. But some users have legitimately wanted to search
for this term.

The original code was written this way merely for strict compatiblity
with the indexing performed by sup, but we're not taking advantage of
that now anyway.
lib/index.cc