aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/pst-import/pst-importer.c
Commit message (Expand)AuthorAgeFilesLines
* Migrate from CamelException to GError.Matthew Barnes2010-07-091-11/+11
* Camel is now GObject-based.Matthew Barnes2010-04-241-13/+13
* [win32] Fix a build breakage by adding a proper define for gmtime_rFridrich Štrba2010-04-151-0/+7
* Adapt to Camel API changes.Matthew Barnes2010-04-041-6/+6
* Only #include Camel's top-level header.Matthew Barnes2010-04-031-10/+0
* Fix mismatched quotes.Matthew Barnes2010-03-291-2/+2
* Bug #601551 - [PST] evolution crashed with SIGSEGVMilan Crha2010-02-251-3/+11
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-2/+1
* Bug 599245 - Use bitwise AND instead of logical AND for checking flagsThomas Andersen2009-10-221-2/+2
* Trim unused or unnecessary bits from the import framework.Matthew Barnes2009-09-261-0/+1
* Simplify EPlugin loading at startup.Matthew Barnes2009-08-301-2/+2
* Fix compiler warnings and deprecated GTK+ API usage.Matthew Barnes2009-08-161-9/+11
* Get the pst-import plugin working.Matthew Barnes2009-08-121-3/+3
* Merge commit 'EVOLUTION_2_27_5' into kill-bonoboMatthew Barnes2009-07-281-175/+153
|\
| * Update NEWS + coding style cleanups.Matthew Barnes2009-07-271-5/+5
| * BUG #578945 - Adapt to changes in libpst 0.6.41Bharath Acharya2009-07-271-176/+154
| * More whitespace cleanup.Matthew Barnes2009-07-191-4/+4
| * Fix excessive whitespace.Matthew Barnes2009-07-131-2/+0
| * More code cleanup.Matthew Barnes2009-06-021-2/+2
| * Whitespace cleanup.Matthew Barnes2009-05-291-2/+2
| * Prefer GLib basic types over C types.Matthew Barnes2009-05-291-46/+46
| * Remove trailing whitespace, again.Matthew Barnes2009-05-291-120/+120
* | More whitespace cleanup.Matthew Barnes2009-07-191-4/+4
* | Fix excessive whitespace.Matthew Barnes2009-07-141-2/+0
* | More code cleanup.Matthew Barnes2009-06-021-2/+2
* | Whitespace cleanup.Matthew Barnes2009-05-291-2/+2
* | Prefer GLib basic types over C types.Matthew Barnes2009-05-271-46/+46
* | Remove trailing whitespace, again.Matthew Barnes2009-05-271-120/+120
|/
* On Windows use -no-undefined and link with all required libraries. (JustTor Lillqvist2009-01-291-1/+1
* ** Fix for bug #208426Bharath Acharya2009-01-151-0/+1765