summaryrefslogtreecommitdiff
path: root/camel/camel-filter-driver.c
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete code commentMilan Crha2015-07-151-1/+0
* Add GCancellable parameter to camel_filter_search_match()Milan Crha2015-07-151-2/+6
* Bug 471791 - Move away from g_asserts to g_ret*Milan Crha2015-06-171-5/+1
* Bug 227536 - Add "Message Location" filter optionMilan Crha2014-06-051-1/+1
* Bug #727237 - Correct LGPL license information in sourcesMilan Crha2014-04-141-6/+6
* Bug 721527 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-071-13/+11
* Limit usage of legacy CamelObject class.Matthew Barnes2013-11-011-1/+1
* Remove camel_folder_free_message_info().Matthew Barnes2013-09-231-1/+1
* Add camel_message_info_unref().Matthew Barnes2013-09-231-4/+4
* CamelFilterDriver: Remove ":filter" debug messages.Matthew Barnes2013-06-241-13/+0
* Coding style and whitespace cleanup.Matthew Barnes2013-05-081-1/+2
* Bug #215428 - Show percentage progress when filtering messagesMilan Crha2013-03-131-0/+9
* Bug #690433 - Do not refresh folder on every message transferMilan Crha2013-03-121-3/+4
* Coding style and whitespace cleanups.Matthew Barnes2013-01-121-2/+4
* Bug #579315 - Identify filter names in filtering errorsMilan Crha2012-12-101-3/+12
* Coding style and whitespace cleanup.Matthew Barnes2012-09-011-40/+100
* Coding style and whitespace cleanup.Matthew Barnes2012-08-191-33/+33
* CamelSession: Make forward_to() method asynchronous.Matthew Barnes2012-08-121-1/+3
* Bug #681318 - Filter by Source account doesn't match in local foldersMilan Crha2012-08-071-0/+10
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-182/+175
* Fix issues found by Coverity ScanMilan Crha2012-02-141-1/+4
* Bug #553796 - Unable to Reset Message ColorMilan Crha2012-02-071-3/+8
* Bug #669545 - Crash invoking filters in IMAP folderMilan Crha2012-02-071-2/+3
* Fix a typo where instead of saving the cache, uid is saved.Srinivasa Ragavan2012-02-031-2/+3
* Some disk I/O optimization.Srinivasa Ragavan2012-02-021-1/+5
* CamelFilterDriver: Use GQueues instead of CamelDLists.Matthew Barnes2012-01-291-32/+41
* Add CamelSExp (copy of ESExp).Matthew Barnes2011-11-141-117/+116
* Coding style and whitespace cleanups.Matthew Barnes2011-09-031-50/+137
* Prefer g_seekable_seek() over camel_stream_reset().Matthew Barnes2011-07-051-1/+2
* Coding style and whitespace cleanups.Matthew Barnes2011-06-131-3/+3
* Bug #649757 - Return back camel_filter_driver_filter_mbox()Milan Crha2011-06-011-0/+147
* Coding style cleanups.Matthew Barnes2011-05-081-1/+1
* Camel: Store UIDs in X-Evolution-Source headers.Matthew Barnes2011-05-061-52/+28
* Remove camel_filter_driver_filter_mbox()Matthew Barnes2011-05-061-128/+0
* Bug 641838 - More compiler warning fixesKjartan Maraas2011-03-081-2/+2
* Coding style cleanup.Matthew Barnes2011-03-051-1/+3
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-241-77/+53
* Camel: Add an asynchronous API.Matthew Barnes2010-09-281-9/+9
* Rename blocking Camel methods.Matthew Barnes2010-09-281-19/+23
* Use GCancellable in all methods that may block.Matthew Barnes2010-09-281-36/+90
* Coding style cleanups.Matthew Barnes2010-09-131-25/+25
* Coding style and whitespace cleanups.Matthew Barnes2010-09-111-3/+3
* Bug #612082 - Do not expose off_t in public API, use goffset insteadMilan Crha2010-07-131-1/+1
* Fix runtime warning in camel_filter_driver_flush().Matthew Barnes2010-07-121-1/+2
* Migrate from CamelException to GError.Matthew Barnes2010-07-081-74/+87
* Coding style and whitespace cleanup.Matthew Barnes2010-05-011-1/+1
* Port Camel to GObject.Matthew Barnes2010-04-241-83/+98
* Bug #615776 - Drop camel-private.h and offer a public alternative for locksMilan Crha2010-04-151-1/+0
* Merge some cleanup bits from camel-gobject.Matthew Barnes2010-04-131-148/+175
* Merge miscellaneous cleanups from camel-gobject.Matthew Barnes2010-04-061-4/+4