Whitespace cleanups.
[platform/upstream/evolution-data-server.git] / camel / camel-folder-search.c
2003-07-07 Jeffrey StedfastUpdated for string-utils namespace changes.
2003-07-01 Dan Winshipfree the summary hash
2003-05-16 Jeremy KatzEnsure cmdbuf is initialized to avoid compiler warning.
2003-03-24 Jeffrey StedfastThis expression can never return an array. We must...
2003-02-14 Jeffrey StedfastAdded a (get-size ) function to fix bug #38073. (search...
2002-05-07 Not ZedCheck for LOGIN xxxx as well if debug is on, so we...
2002-04-18 Not ZedWhen doing a contains match, split the words and perfor...
2002-03-25 Not ZedWhen we add a new name, up all of the cache limits...
2001-11-30 Jeffrey StedfastDon't use regex matching. Fixes bug #16227.
2001-10-30 0If we can't retrieve the message, ignore it, it can...
2001-10-27 Ettore PerazzoliMore fixing of the license texts.
2001-10-22 Michael ZucciUse search_type_mlist for mailing list searches.
2001-09-24 4If the type is encoded, get the fallback charset from...
2001-09-19 9General cleanup of camel debug printfs.
2001-09-18 8If filter inbox is set on the store, and we're opening...
2001-09-12 2Change the 'not' virtual method from an immediate e...
2001-08-08 Not ZedProperly determine match type to pass to header_match.
2001-06-23 Ettore PerazzoliUpdate the copyrights, replacing Helix Code with Ximian and
2001-04-05 Not Zedmerge from evolution-0-10-branch to evolution-0-10...
2001-03-29 Kjartan MaraasBig header cleanups and nntp compile fix
2001-03-29 Not ZedOptimise the match "" case, just match everything in...
2001-03-14 Not Zedre-constify inbuf, to remove a warning.
2001-02-22 Not ZedImplement a pseudo-header "x-camel-mlist" which just...
2001-02-19 Not ZedAdded flags argument. (message_changed): Add support...
2001-01-25 Not ZedChanged the subject search to handle case sensitive...
2001-01-23 Not ZedPerform error checking on parsing/execution.
2001-01-17 Michael ZucciIndex: ChangeLog
2001-01-04 Jeffrey StedfastImplemented. (search_header_exists): Implemented.
2000-12-28 Dan WinshipRemove this. It was only a thin wrapper around struct...
2000-12-24 Not ZedLock the command channel while searching. (imap_body_co...
2000-12-02 Jeffrey StedfastAdded system_flag to CamelFolderSearchClass
2000-11-30 Not ZedRemove assertion that content is there, when it no...
2000-11-29 Not ZedAdd a missed unref.
2000-11-21 Not ZedShite, -1 on error, >=0 on success. So i've just been...
2000-10-20 Chris Toshok#include <sys/types.h> before <regex.h>
2000-10-18 Not ZedNo, we must not encode the headers here. These interfac...
2000-09-18 Christopher James... Added check for gnome-app-lib. Removed directories...
2000-09-02 Lauris KaplinskiA bit more e_utf8 wrappers here and there
2000-08-14 Peter WilliamsInfrastructure for date-based queries
2000-08-11 Christopher James... Fixed some warnings.
2000-08-10 Peter WilliamsMerge with camel-async.
2000-08-10 Not ZedA better way to compress leading whitespace. The code...
2000-08-09 Not ZedReorder search result in summary order if we searched...
2000-07-13 Jeffrey StedfastChris forgot to add #include <e-util/e-util.h> to the...
2000-07-13 Jeffrey StedfastUndid clahey's e_strstrcase because e_strstrcase DOES...
2000-07-12 Christopher James... From addressbook/ChangeLog:
2000-07-07 Dan WinshipMake this return a GPtrArray rather than a GList.
2000-07-06 Dan Winshipmake header matching case-insensitive
2000-07-05 Dan WinshipAdd "Cc" to summary and bump summary version number.
2000-06-27 Michael ZucchiMake header search 'to' match 'to', and not 'from'...
2000-05-19 NotZed> searchpart = strchr(namepart, '?');
2000-05-18 NotZedGuess!
2000-05-07 Dan Winship Make camel not leak like a sieve.
2000-05-04 NotZedNo, we're not going to have g_strcasecmp for no good...
2000-05-03 Jacob Leachs/strcasecmp/g_strcasecamp/ everywhere except intl...
2000-05-02 Michael Zucci Missed these ...