Fix FSF address (Tobias Mueller, #470445)
[platform/upstream/evolution-data-server.git] / camel / camel-folder-search.c
2007-08-28 Ross BurtonFix FSF address (Tobias Mueller, #470445)
2007-08-27 Johnny Jacob Fix for 261084 by Jared Moore <cornflake.pirate@gmail...
2007-08-11 Johnny JacobFix for Bug 261084 from Jared Moore.
2007-04-28 Matthew Barnes** Fixes bug #418852
2006-06-09 Chris HeathFix memory leak. Fixes bug #335423.
2006-04-12 Jeffrey StedfastFixes to many source files to suppress compiler warning...
2006-01-25 Not Zedadd new match-thread type "unreplied", matches messages...
2005-09-15 Tor LillqvistUse g_ascii_str(n)casecmp() instead of str(n)casecmp...
2005-08-31 Harish KrishnaswamyModify License to LGPL
2005-01-04 Not Zedtreat a missing header as if it was set to "".
2004-12-02 Michael Zucci merged notzed-camel-eds-branch
2004-12-01 S.Çağlar Onur** See bug #69446.
2004-11-12 Not Zed** Merge in notzed-messageinfo-branch, fix some minor...
2004-09-27 Not Zed** See bug #63521.
2004-09-20 Michael Zucci Merged notzed-eplugin-2-branch to head.
2004-06-03 Not Zedonly save the summary, don't update from server, thats...
2004-05-17 Jeffrey StedfastFixed a string type-o.
2004-05-12 Not Zedchanged to match_threads. (camel_folder_search_search...
2004-02-04 Jeffrey StedfastUse macro casts from int to pointer.
2003-10-23 Jeffrey StedfastRemoved unneeded CAMEL_OBJECT() casts.
2003-09-18 Jeffrey Stedfasts/HSCAN_/CAMEL_MIME_PARSER_STATE_/g and
2003-09-03 Not Zed** See bug #47765.
2003-08-26 Jeffrey Stedfasttemporarily reverting my camel namespace patches until...
2003-08-25 Jeffrey StedfastNamespaced.
2003-08-11 Not Zedforce connect manually so basics work.
2003-08-11 Jeffrey StedfastNew test suite for the mime parser (which is where...
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 ...