From ae478d1e3cbdf46dd9a34e2d84eddfb37e9dd961 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 18 Oct 2010 14:22:58 -0400 Subject: Collect mail enum types in e-mail-enums.h. And generate GTypes for each of them in e-mail-enumtypes.[ch]. Also, the glib-gen.mak script forced me to add a top-level header, which really isn't a bad idea anyway. TODO: We should do this for calendar and addressbook too. --- plugins/pst-import/pst-importer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/pst-import/pst-importer.c') diff --git a/plugins/pst-import/pst-importer.c b/plugins/pst-import/pst-importer.c index e9203d1dd7..2e994f78e4 100644 --- a/plugins/pst-import/pst-importer.c +++ b/plugins/pst-import/pst-importer.c @@ -234,7 +234,7 @@ get_suggested_foldername (EImportTargetURI *target) /* Suggest a folder that is in the same mail storage as the users' inbox, with a name derived from the .PST file */ - inbox = e_mail_local_get_folder_uri (E_MAIL_FOLDER_INBOX); + inbox = e_mail_local_get_folder_uri (E_MAIL_LOCAL_FOLDER_INBOX); delim = g_strrstr (inbox, "#"); if (delim != NULL) { -- cgit v1.2.3