Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Give MailSession a permanent home. | Matthew Barnes | 2010-10-13 | 1 | -8/+43 |
| | | | | | | | | | | | Global variables in shared libraries are a bad idea. EMailBackend now owns the MailSession instance, which is actually now EMailSession. Move the blocking utility functions in mail-tools.c to e-mail-session.c and add asynchronous variants. Same approach as Camel. Replace EMailReader.get_shell_backend() with EMailReader.get_backend(), which returns an EMailBackend. Easier access to the EMailSession. | ||||
* | camel_operation_new() now returns a GCancellable pointer. | Matthew Barnes | 2010-09-29 | 1 | -1/+1 |
| | |||||
* | Adapt to Camel API changes. | Matthew Barnes | 2010-09-28 | 1 | -19/+15 |
| | |||||
* | Pass GCancellable to Camel. | Matthew Barnes | 2010-09-28 | 1 | -8/+17 |
| | |||||
* | Adapt to CamelOperation API changes. | Matthew Barnes | 2010-09-15 | 1 | -8/+6 |
| | |||||
* | Coding style cleanups. | Matthew Barnes | 2010-09-13 | 1 | -21/+21 |
| | |||||
* | Coding style and whitespace cleanups. | Matthew Barnes | 2010-09-12 | 1 | -1/+1 |
| | |||||
* | Migrate from CamelException to GError. | Matthew Barnes | 2010-07-09 | 1 | -11/+11 |
| | |||||
* | Camel is now GObject-based. | Matthew Barnes | 2010-04-24 | 1 | -13/+13 |
| | |||||
* | [win32] Fix a build breakage by adding a proper define for gmtime_r | Fridrich Štrba | 2010-04-15 | 1 | -0/+7 |
| | | | | | instead of the broken one that used to be pulled by including pthread.h | ||||
* | Adapt to Camel API changes. | Matthew Barnes | 2010-04-04 | 1 | -6/+6 |
| | |||||
* | Only #include Camel's top-level header. | Matthew Barnes | 2010-04-03 | 1 | -10/+0 |
| | |||||
* | Fix mismatched quotes. | Matthew Barnes | 2010-03-29 | 1 | -2/+2 |
| | |||||
* | Bug #601551 - [PST] evolution crashed with SIGSEGV | Milan Crha | 2010-02-25 | 1 | -3/+11 |
| | |||||
* | Remove dead assignments found by clang. | Matthew Barnes | 2010-01-16 | 1 | -2/+1 |
| | |||||
* | Bug 599245 - Use bitwise AND instead of logical AND for checking flags | Thomas Andersen | 2009-10-22 | 1 | -2/+2 |
| | |||||
* | Trim unused or unnecessary bits from the import framework. | Matthew Barnes | 2009-09-26 | 1 | -0/+1 |
| | |||||
* | Simplify EPlugin loading at startup. | Matthew Barnes | 2009-08-30 | 1 | -2/+2 |
| | | | | | | | | | | | | | - Require all EPlugin and EPluginHook subtypes be registered before loading plugins. This drastically simplifies the EPlugin/EPluginHook negotiation. - Turn most EPluginHook subtypes into GTypeModules and register their types from an e_module_load() function (does not include shell hooks). - Convert EPluginLib and the Mono and Python bindings to GTypeModules and register their types from an e_module_load() function, and kill EPluginTypeHook. | ||||
* | Fix compiler warnings and deprecated GTK+ API usage. | Matthew Barnes | 2009-08-16 | 1 | -9/+11 |
| | |||||
* | Get the pst-import plugin working. | Matthew Barnes | 2009-08-12 | 1 | -3/+3 |
| | |||||
* | Merge commit 'EVOLUTION_2_27_5' into kill-bonobo | Matthew Barnes | 2009-07-28 | 1 | -175/+153 |
|\ | |||||
| * | Update NEWS + coding style cleanups. | Matthew Barnes | 2009-07-27 | 1 | -5/+5 |
| | | |||||
| * | BUG #578945 - Adapt to changes in libpst 0.6.41 | Bharath Acharya | 2009-07-27 | 1 | -176/+154 |
| | | | | | | | | The PST Importer is now compatible with libpst 0.6.41 | ||||
| * | More whitespace cleanup. | Matthew Barnes | 2009-07-19 | 1 | -4/+4 |
| | | |||||
| * | Fix excessive whitespace. | Matthew Barnes | 2009-07-13 | 1 | -2/+0 |
| | | |||||
| * | More code cleanup. | Matthew Barnes | 2009-06-02 | 1 | -2/+2 |
| | | |||||
| * | Whitespace cleanup. | Matthew Barnes | 2009-05-29 | 1 | -2/+2 |
| | | |||||
| * | Prefer GLib basic types over C types. | Matthew Barnes | 2009-05-29 | 1 | -46/+46 |
| | | |||||
| * | Remove trailing whitespace, again. | Matthew Barnes | 2009-05-29 | 1 | -120/+120 |
| | | |||||
* | | More whitespace cleanup. | Matthew Barnes | 2009-07-19 | 1 | -4/+4 |
| | | |||||
* | | Fix excessive whitespace. | Matthew Barnes | 2009-07-14 | 1 | -2/+0 |
| | | |||||
* | | More code cleanup. | Matthew Barnes | 2009-06-02 | 1 | -2/+2 |
| | | |||||
* | | Whitespace cleanup. | Matthew Barnes | 2009-05-29 | 1 | -2/+2 |
| | | |||||
* | | Prefer GLib basic types over C types. | Matthew Barnes | 2009-05-27 | 1 | -46/+46 |
| | | |||||
* | | Remove trailing whitespace, again. | Matthew Barnes | 2009-05-27 | 1 | -120/+120 |
|/ | |||||
* | On Windows use -no-undefined and link with all required libraries. (Just | Tor Lillqvist | 2009-01-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | 2009-01-28 Tor Lillqvist <tml@novell.com> * Makefile.am: On Windows use -no-undefined and link with all required libraries. (Just throw in a bunch of libraries without cherry-picking. Having "superfluous" ones just slows down the linking a bit, but doesn't hurt at run-time.) Use LIBPST_CFLAGS. * pst-importer.c: Include <libpst/define.h> before the other libpst headers. Otherwise we get compilation errors on Windows, sigh. svn path=/trunk/; revision=37156 | ||||
* | ** Fix for bug #208426 | Bharath Acharya | 2009-01-15 | 1 | -0/+1765 |
2009-01-15 Bharath Acharya <abharath@novell.com> ** Fix for bug #208426 * configure.in: Added support for importing .pst files into Evolution. svn path=/trunk/; revision=37078 |