From 89557dcfee7bb9f7ca7dddfe559e89dc7b2a93df Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Tue, 23 Nov 2010 01:58:24 +0530 Subject: Migrate the local store from mbox to maildir format --- mail/em-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/em-utils.c') diff --git a/mail/em-utils.c b/mail/em-utils.c index 779e1a79e0..0753a75947 100644 --- a/mail/em-utils.c +++ b/mail/em-utils.c @@ -1513,7 +1513,7 @@ gchar *em_uri_to_camel (const gchar *euri) if (strcmp(eurl->user, "vfolder") == 0) curl = camel_url_new("vfolder:", NULL); else - curl = camel_url_new("mbox:", NULL); + curl = camel_url_new("maildir:", NULL); base = g_strdup_printf("%s/mail/%s", e_get_user_data_dir(), eurl->user); #ifdef G_OS_WIN32 -- cgit v1.2.3