From d7d44bfdd24bb38d3ac4b25e8e2478fbfc769510 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 8 Nov 2012 10:08:56 -0500 Subject: EMailAutoconfig: Comment no longer applies. --- mail/e-mail-autoconfig.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'mail') 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)) -- cgit