Read the mail autoconfig files from the right path

Signed-off-by: Federico Mena Quintero <federico@novell.com>
This commit is contained in:
Federico Mena Quintero
2010-03-16 17:25:54 -06:00
committed by Michael Meeks
parent 7718f55de9
commit d05cf0cc21

View File

@ -264,7 +264,7 @@ guess_when_online (EmailProvider *provider)
static char *
get_filename_for_offline_autoconfig (const char *domain)
{
return NULL; /* FIXME */
return g_build_filename (PACKAGE_DATA_DIR, "evolution/mail-autoconfig", domain, NULL);
}
static gboolean