]> git.notmuchmail.org Git - notmuch/commit
lib: reword comment about XFOLDER: prefix
authorDavid Bremner <david@tethera.net>
Thu, 18 Aug 2016 08:06:54 +0000 (05:06 -0300)
committerDavid Bremner <david@tethera.net>
Thu, 18 Aug 2016 08:11:37 +0000 (05:11 -0300)
commit9e177b236c7054bc6a51c4718bfd4b31cd4f8b20
tree28284e230459002dd0ad9f895d0b7fa9ef995e87
parent1ba73d1437202b9ae3c2cff6d20dbe92fcacf053
lib: reword comment about XFOLDER: prefix

I believe the current one is misleading, because in my experiments
Xapian did not add : when prefix and term were both upper case. Indeed,
it's hard to see how it could, because prefixes are added at a layer
above Xapian in our code. See _notmuch_message_add_term for an example.

Also try to explain why this is a good idea.  As far as I can ascertain,
this is more of an issue for a system trying to work with an unknown set
of prefixes. Since notmuch has a fixed set of prefixes, and we can
hopefully be trusted not to add XGOLD and XGOLDEN as prefixes, it is
harder for problems to arise.
lib/database.cc