aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-text-index.c
Commit message (Expand)AuthorAgeFilesLines
* If a word is longer than CAMEL_TEXT_INDEX_MAX_WORDLEN, then ignore it.Jeffrey Stedfast2003-10-281-2/+5
* Get rid of the #ifdef ENABLE_THREADS since we no longer plan toJeffrey Stedfast2003-07-101-22/+9
* use g_utf8_strdown properly.Larry Ewing2003-06-121-2/+2
* Ensure cmdbuf is initialized to avoid compiler warning.Jeremy Katz2003-05-171-10/+10
* ** for #40989Not Zed2003-04-191-1/+9
* Same as below.Jeffrey Stedfast2003-03-061-1/+1
* Use g_strerror when setting an exception string (we need it to be inJeffrey Stedfast2002-11-111-5/+8
* Created temporary link list, we need to link with something for gettext.Not Zed2002-11-051-2/+2
* If we have no data written to a key, dont add it, or its partition header.Not Zed2002-09-241-12/+26
* Change the case sensitive search of subject to expect case insensitiveNot Zed2002-08-291-0/+2
* Plug some large leaks in the indexing code.Peter Williams2002-08-211-4/+4
* Fixed compiler warnings.Jeffrey Stedfast2002-06-151-4/+0
* Remove the excessive \n's, after printfs.Not Zed2002-04-261-7/+17
* If we get a failure, make sure we set an exception.Not Zed2002-04-181-8/+10
* Turn indexing back on, fingers crossed ...Not Zed2002-04-031-3/+196
* Sync the key tables explcitly.Not Zed2002-04-031-12/+55
* Changed to use just g_utf8_strdown instead of utf8_normalise, to match theNot Zed2002-03-261-2/+2
* When we add a new name, up all of the cache limits, because we're probablyNot Zed2002-03-251-0/+1687