aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-folder-search.c
Commit message (Expand)AuthorAgeFilesLines
* Check for LOGIN xxxx as well if debug is on, so we dont print passwords toNot Zed2002-05-071-1/+1
* When doing a contains match, split the words and perform an and on it.Not Zed2002-04-181-86/+210
* When we add a new name, up all of the cache limits, because we're probablyNot Zed2002-03-251-41/+91
* Don't use regex matching. Fixes bug #16227.Jeffrey Stedfast2001-12-011-2/+2
* If we can't retrieve the message, ignore it, it can't match.02001-10-301-0/+2
* More fixing of the license texts.Ettore Perazzoli2001-10-281-12/+11
* Use search_type_mlist for mailing list searches.Michael Zucci2001-10-231-0/+1
* If the type is encoded, get the fallback charset from the message42001-09-251-1/+2
* General cleanup of camel debug printfs.92001-09-191-1/+1
* If filter inbox is set on the store, and we're opening inbox '', then82001-09-191-3/+6
* Change the 'not' virtual method from an immediate e-sexp function to a22001-09-131-2/+74
* Properly determine match type to pass to header_match.Not Zed2001-08-081-4/+6
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-1/+1
* merge from evolution-0-10-branch to evolution-0-10-merge-0Not Zed2001-04-051-1/+2
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-301-0/+4
* Optimise the match "" case, just match everything in the folder (if weNot Zed2001-03-291-2/+11
* re-constify inbuf, to remove a warning.Not Zed2001-03-141-0/+38
* Implement a pseudo-header "x-camel-mlist" which just looks up in theNot Zed2001-02-231-1/+2
* Added flags argument. (message_changed): Add support for the auto-updateNot Zed2001-02-201-3/+5
* Changed the subject search to handle case sensitive when it is mixed case.Not Zed2001-01-251-330/+51
* Perform error checking on parsing/execution.Not Zed2001-01-231-2/+19
* Index: ChangeLogMichael Zucci2001-01-171-0/+2
* Implemented. (search_header_exists): Implemented.Jeffrey Stedfast2001-01-041-1/+251
* Remove this. It was only a thin wrapper around struct _header_content_typeDan Winship2000-12-291-2/+1
* Lock the command channel while searching. (imap_body_contains): IfNot Zed2000-12-241-2/+4
* Added system_flag to CamelFolderSearchClassJeffrey Stedfast2000-12-021-2/+29
* Remove assertion that content is there, when it no longer can be.Not Zed2000-11-301-22/+21
* Add a missed unref.Not Zed2000-11-291-1/+2
* Shite, -1 on error, >=0 on success. So i've just been truncating all theNot Zed2000-11-211-6/+107
* #include <sys/types.h> before <regex.h>Chris Toshok2000-10-201-0/+1
* No, we must not encode the headers here. These interfaces ARE rawNot Zed2000-10-181-1/+132
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-1/+1
* A bit more e_utf8 wrappers here and thereLauris Kaplinski2000-09-021-1/+2
* Infrastructure for date-based queriesPeter Williams2000-08-151-2/+64
* Fixed some warnings.Christopher James Lahey2000-08-111-2/+4
* Merge with camel-async.Peter Williams2000-08-111-54/+40
* A better way to compress leading whitespace. The code is probably invalidNot Zed2000-08-111-3/+36
* Reorder search result in summary order if we searched with a summary.Not Zed2000-08-091-3/+20
* Chris forgot to add #include <e-util/e-util.h> to the source filesJeffrey Stedfast2000-07-131-1/+1
* Undid clahey's e_strstrcase because e_strstrcase DOES NOT EXIST inJeffrey Stedfast2000-07-131-1/+1
* From addressbook/ChangeLog:Christopher James Lahey2000-07-131-1/+1
* Make this return a GPtrArray rather than a GList.Dan Winship2000-07-081-9/+8
* make header matching case-insensitiveDan Winship2000-07-061-1/+2
* Add "Cc" to summary and bump summary version number.Dan Winship2000-07-061-0/+2
* Make header search 'to' match 'to', and not 'from', small typo, fixesMichael Zucchi2000-06-271-1/+1
* > searchpart = strchr(namepart, '?');NotZed2000-05-201-1/+1
* Guess!NotZed2000-05-191-0/+31
* Make camel not leak like a sieve.Dan Winship2000-05-081-3/+3
* No, we're not going to have g_strcasecmp for no good reason,NotZed2000-05-041-4/+4
* s/strcasecmp/g_strcasecamp/ everywhere except intl/, per michael'sJacob Leach2000-05-031-4/+5
* Missed these ...Michael Zucci2000-05-031-0/+464