Read the mail autoconfig files from the right path
Signed-off-by: Federico Mena Quintero <federico@novell.com>
This commit is contained in:
committed by
Michael Meeks
parent
7718f55de9
commit
d05cf0cc21
@ -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
|
||||
|
||||
Reference in New Issue
Block a user