aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-migrate.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warnings.Matthew Barnes2012-12-151-1/+0
* e_mail_migrate(): Remove directory creation code.Matthew Barnes2012-12-141-11/+0
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-10/+3
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-1/+1
* Run mbox-to-Maildir conversion before loading modules.Matthew Barnes2012-08-101-325/+0
* migrate_mbox_to_maildir(): Fix a reference counting error.Matthew Barnes2012-08-091-2/+3
* em_migrate_session_new(): Provide a user cache directory.Matthew Barnes2012-08-091-1/+8
* Remove the last remaining usage of GConfMilan Crha2012-06-151-225/+0
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-6/+0
* Adapt mail to the new ESource API.Matthew Barnes2012-06-031-472/+52
* Bug 676492 - Mail backend properties with underscores stopped working.David Woodhouse2012-05-211-0/+3
* Move EAlert* and e-xml-utils references from other part of the code to libevo...Srinivasa Ragavan2012-03-031-2/+2
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-4/+9
* Bug #669097 - Cannot save column setup: File name too longMilan Crha2012-02-141-0/+82
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-191-9/+12
* Reorder accounts by drag-and-drop.Matthew Barnes2011-12-111-14/+19
* Remove SQLite mail summary migration.Matthew Barnes2011-11-111-351/+1
* e-mail-store.c: Take EMailSession instead of EMailBackend.Matthew Barnes2011-10-271-4/+8
* Adapt to CamelNetworkSettings changes.Matthew Barnes2011-10-251-40/+38
* Miscellaneous cleanups from the account-mgmt branch.Matthew Barnes2011-09-271-8/+4
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-10/+14
* Add migration routine for CamelURL param renames.Matthew Barnes2011-08-151-0/+241
* Coding style and whitespace cleanup.Matthew Barnes2011-08-131-5/+12
* Bug #638307 - Error when sending mail after converting to maildirMilan Crha2011-06-171-0/+76
* Coding style and whitespace cleanups.Matthew Barnes2011-06-091-2/+8
* Fix more places where old-style folder URIs are used.Matthew Barnes2011-06-011-7/+8
* Including <glib.h> directly is rarely needed.Matthew Barnes2011-05-281-1/+0
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+4
* Coding style and whitespace cleanup.Matthew Barnes2011-05-221-31/+86
* Coding style cleanups.Matthew Barnes2011-05-091-4/+4
* Bug 597082 - Crash while migrating folder infoMatthew Barnes2011-04-281-11/+25
* Adapt to CamelService changes.Matthew Barnes2011-04-211-30/+24
* Adapt to sealed up CamelService.Matthew Barnes2011-04-181-6/+12
* Bug #638307 - Error when sending mail after converting to maildirMilan Crha2011-02-171-2/+2
* Bug 641756 - Fix warnings from GCC 4.6Kjartan Maraas2011-02-091-4/+0
* Coding style and whitespace cleanup.Matthew Barnes2011-01-301-1/+0
* Improve Maildir migration.Matthew Barnes2011-01-081-85/+62
* Avoid idle callbacks in EMailBackend initialization.Matthew Barnes2011-01-081-2/+9
* Check for the existence of .Outbox folder while migrating. Make sure the dumm...Chenthill Palanisamy2010-12-071-14/+21
* Do not always ask for migration to maildirMilan Crha2010-12-021-2/+4
* Do not create local_mbox when user denied maildir migrationMilan Crha2010-12-011-3/+4
* Maildir migration: allow subfolders for InboxChenthill Palanisamy2010-11-231-13/+3
* Migrate the local store from mbox to maildir formatChenthill Palanisamy2010-11-231-0/+335
* Bug #632483 - [WinXP] Does not start when updated from 2.8Milan Crha2010-11-031-11/+4
* Move more account utilities to e-account-utils.c.Matthew Barnes2010-10-191-1/+0
* Give MailSession a permanent home.Matthew Barnes2010-10-131-1/+8
* Adapt to Camel API changes.Matthew Barnes2010-09-281-4/+4
* Pass GCancellable to Camel.Matthew Barnes2010-09-281-4/+17
* Coding style cleanups.Matthew Barnes2010-09-131-19/+19
* Bug #580623 - Mishandling of evolution's proxy ignore_hosts keyMilan Crha2010-09-031-0/+61
* Migrate from CamelException to GError.Matthew Barnes2010-07-091-22/+21
* Camel is now GObject-based.Matthew Barnes2010-04-241-26/+10
* Bug 614813 - Crash during e-mail migrationJürg Billeter2010-04-071-2/+1
* Only #include Camel's top-level header.Matthew Barnes2010-04-031-6/+0
* Drop support for migrating from Evolution < 2.0.Matthew Barnes2010-03-301-2330/+1
* Fix mismatched quotes.Matthew Barnes2010-03-291-15/+15
* Migration from other versions is not supported on WindowsFridrich Strba2010-03-061-0/+16
* Coding style and whitespace cleanup.Matthew Barnes2010-02-201-3/+3
* Fix bug #597082Jeff Cai2010-02-081-15/+30
* Coding style and whitespace cleanup.Matthew Barnes2010-01-311-1/+1
* Bug 581604 - Permissions on mail/local folders are too openChenthill Palanisamy2010-01-301-10/+10
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-4/+2
* Replace alloca() with g_alloca().Matthew Barnes2009-12-281-2/+2
* Remove some obsolete GConf keys.Matthew Barnes2009-12-191-2/+0
* Move mail migration code to libevolution-mail.so.Matthew Barnes2009-12-161-0/+3099