aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-search-private.c
Commit message (Expand)AuthorAgeFilesLines
* s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g andJeffrey Stedfast2003-09-191-5/+5
* temporarily reverting my camel namespace patches until after we merge in some...Jeffrey Stedfast2003-08-271-5/+5
* Namespaced.Jeffrey Stedfast2003-08-261-5/+5
* Same as below.Jeffrey Stedfast2003-03-061-1/+1
* Call camel_iconv_init(). (camel_shutdown): Call camel_iconv_shutdown().Jeffrey Stedfast2003-02-211-3/+4
* Created temporary link list, we need to link with something for gettext.Not Zed2002-11-051-1/+1
* New regression test for word splitting/search input parsing code.Not Zed2002-09-201-23/+56
* If we get an invalid start char, just ignore it and goto the nextNot Zed2002-05-211-2/+4
* When doing a contains match, split the words and perform an and on it.Not Zed2002-04-181-4/+154
* Use the FOLD_SIZE as a recommended folding size, but add a newNot Zed2002-02-281-1/+1
* More fixing of the license texts.Ettore Perazzoli2001-10-281-11/+11
* Remove the stupid warning that should never have been there in the first52001-10-261-2/+3
* Use search_type_mlist for mailing list searches.Michael Zucci2001-10-231-1/+20
* (camel_search_header_match): Oops, missing i=0.Michael Zucci2001-10-231-1/+1
* Match check against all addresses in a multiple address match. Should fix22001-10-231-6/+4
* Added MATCH_NEWLINE flag, -> REG_NEWLINE.32001-10-041-0/+2
* If the type is encoded, get the fallback charset from the message42001-09-251-2/+2
* check for NULL name and addr (fixes a bug i was about to report)jacob berkman2001-08-081-2/+2
* Properly determine match type to pass to header_match.Not Zed2001-08-081-19/+61
* New function to do danw's address "is" comparison (as specified in bugJeffrey Stedfast2001-08-081-69/+72
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* Replicate the semantics of the libunicode utf8 functions by returning NULLJon Trowbridge2001-05-151-1/+1
* Remove UNICODE_CFLAGS (and some other stuff that's redundant withDan Winship2001-04-271-57/+19
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-301-0/+5
* Reconstify variables to match iconv.Not Zed2001-03-021-2/+5
* Doh, cut and paste problem, use mlist not cc.Michael Zucci2001-02-231-1/+1
* Macro for making comparisons easy. (camel_ustrcasecmp): UseJeffrey Stedfast2001-02-081-6/+16
* Macro for making comparisons easy. (camel_ustrcasecmp): UseJeffrey Stedfast2001-02-081-52/+37
* Rewrote using unicode_get_utf8(). (camel_ustrcasecmp): Use unicode_char_tJeffrey Stedfast2001-02-071-53/+82
* Removed unwanted header. It was never put in for a reason. Stop fixingNot Zed2001-02-061-6/+168
* Added a missing #include.Christopher James Lahey2001-02-061-0/+2
* Oops.Michael Zucci2001-01-251-0/+275