aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-folder-search.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-905/+0
* 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