aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-migrate.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | There's too much ancient, crufty code there that we can't realistically support anymore. A workaround for those poor users still on 1.x is to upgrade to some 2.x release first, then upgrade again to 3.x. An error dialog explaining this will be shown at startup.
* 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
| | | | | gtk_label_set_text should not be called in a thread function. This patch makes the UI operation is invoked in an idle function.
* 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
| | | | | | | | | /apps/evolution/mail/display/show_preview /apps/evolution/mail/display/thread_list These keys are no longer needed since we're storing the settings by folder now in ~/.evolution/mail/config/state. To simplify things we use hard-coded defaults: TRUE for PreviewVisible, FALSE for GroupByThreads.
* Move mail migration code to libevolution-mail.so.Matthew Barnes2009-12-161-0/+3099
So Anjal can reuse it.