aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-11-08 23:08:56 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-11-08 23:08:56 +0800
commitd7d44bfdd24bb38d3ac4b25e8e2478fbfc769510 (patch)
treee34e53c766638359caeb748de28c4fa3a7ad7e60
parentaf1d412eed6cf20810c5b3fa49a3c31676dbbeb0 (diff)
downloadgsoc2013-evolution-d7d44bfdd24bb38d3ac4b25e8e2478fbfc769510.tar
gsoc2013-evolution-d7d44bfdd24bb38d3ac4b25e8e2478fbfc769510.tar.gz
gsoc2013-evolution-d7d44bfdd24bb38d3ac4b25e8e2478fbfc769510.tar.bz2
gsoc2013-evolution-d7d44bfdd24bb38d3ac4b25e8e2478fbfc769510.tar.lz
gsoc2013-evolution-d7d44bfdd24bb38d3ac4b25e8e2478fbfc769510.tar.xz
gsoc2013-evolution-d7d44bfdd24bb38d3ac4b25e8e2478fbfc769510.tar.zst
gsoc2013-evolution-d7d44bfdd24bb38d3ac4b25e8e2478fbfc769510.zip
EMailAutoconfig: Comment no longer applies.
-rw-r--r--mail/e-mail-autoconfig.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/mail/e-mail-autoconfig.c b/mail/e-mail-autoconfig.c
index ac03b9a148..6b1fcf5e9d 100644
--- a/mail/e-mail-autoconfig.c
+++ b/mail/e-mail-autoconfig.c
@@ -41,9 +41,6 @@
#define AUTOCONFIG_BASE_URI \
"http://api.gnome.org/evolution/autoconfig/1.1/"
-/* XXX g_file_load_contents() on an "http://" URI returns error codes
- * in the SOUP_HTTP_ERROR domain instead of the G_IO_ERROR domain.
- * That is both undocumented and unexpected. */
#define ERROR_IS_NOT_FOUND(error) \
(g_error_matches ((error), SOUP_HTTP_ERROR, SOUP_STATUS_NOT_FOUND))