aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-local.c
Commit message (Collapse)AuthorAgeFilesLines
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-06-301-0/+4
|
* e_mail_local_init(): Use the new folder URI format.Matthew Barnes2011-06-301-5/+5
|
* Random little coding style cleanups.Matthew Barnes2011-06-301-2/+1
|
* e_mail_local_init(): Improve error handling.Matthew Barnes2011-06-301-8/+13
|
* Adapt to CamelService changes.Matthew Barnes2011-06-301-4/+6
|
* Bug #637727 - Sent/Draft folder not set in startup-wizard accountMilan Crha2011-06-301-2/+9
|
* Do not perform the summary consistency check on local folders, 'On this ↵Chenthill Palanisamy2011-06-301-0/+1
| | | | Computer'
* Coding style and whitespace cleanup.Matthew Barnes2011-06-301-1/+1
|
* Migrate the local store from mbox to maildir formatChenthill Palanisamy2011-06-301-4/+8
|
* Give MailSession a permanent home.Matthew Barnes2010-10-131-4/+5
| | | | | | | | | | | 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.
* Adapt to Camel API changes.Matthew Barnes2010-09-281-1/+1
|
* Pass GCancellable to Camel.Matthew Barnes2010-09-281-1/+2
|
* Migrate from CamelException to GError.Matthew Barnes2010-07-091-10/+8
|
* Camel is now GObject-based.Matthew Barnes2010-04-241-1/+1
|
* Forgot to add new files.Matthew Barnes2009-06-241-0/+130