[evolution/express2: 6/51] Read the mail autoconfig files from the right path
- From: Michael Meeks <michael src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/express2: 6/51] Read the mail autoconfig files from the right path
- Date: Wed, 7 Apr 2010 13:21:10 +0000 (UTC)
commit d05cf0cc219efd3eddc56e07b583c070779de17c
Author: Federico Mena Quintero <federico novell com>
Date: Tue Mar 16 17:25:54 2010 -0600
Read the mail autoconfig files from the right path
Signed-off-by: Federico Mena Quintero <federico novell com>
capplet/settings/mail-guess-servers.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/capplet/settings/mail-guess-servers.c b/capplet/settings/mail-guess-servers.c
index f956058..06ac343 100644
--- a/capplet/settings/mail-guess-servers.c
+++ b/capplet/settings/mail-guess-servers.c
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]