aboutsummaryrefslogtreecommitdiffstats
path: root/capplet/settings
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@novell.com>2010-03-17 07:25:54 +0800
committerMichael Meeks <michael.meeks@novell.com>2010-04-07 19:05:53 +0800
commitd05cf0cc219efd3eddc56e07b583c070779de17c (patch)
treefd1fe6583c736e5082a4612199098f1d89076a63 /capplet/settings
parent7718f55de9190e6f3ef53879763bce3ba1b4b747 (diff)
downloadgsoc2013-evolution-d05cf0cc219efd3eddc56e07b583c070779de17c.tar
gsoc2013-evolution-d05cf0cc219efd3eddc56e07b583c070779de17c.tar.gz
gsoc2013-evolution-d05cf0cc219efd3eddc56e07b583c070779de17c.tar.bz2
gsoc2013-evolution-d05cf0cc219efd3eddc56e07b583c070779de17c.tar.lz
gsoc2013-evolution-d05cf0cc219efd3eddc56e07b583c070779de17c.tar.xz
gsoc2013-evolution-d05cf0cc219efd3eddc56e07b583c070779de17c.tar.zst
gsoc2013-evolution-d05cf0cc219efd3eddc56e07b583c070779de17c.zip
Read the mail autoconfig files from the right path
Signed-off-by: Federico Mena Quintero <federico@novell.com>
Diffstat (limited to 'capplet/settings')
-rw-r--r--capplet/settings/mail-guess-servers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capplet/settings/mail-guess-servers.c b/capplet/settings/mail-guess-servers.c
index f956058262..06ac34351f 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