aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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))