diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-11-08 23:08:56 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-11-08 23:08:56 +0800 |
commit | d7d44bfdd24bb38d3ac4b25e8e2478fbfc769510 (patch) | |
tree | e34e53c766638359caeb748de28c4fa3a7ad7e60 /mail | |
parent | af1d412eed6cf20810c5b3fa49a3c31676dbbeb0 (diff) | |
download | gsoc2013-evolution-d7d44bfdd24bb38d3ac4b25e8e2478fbfc769510.tar.gz gsoc2013-evolution-d7d44bfdd24bb38d3ac4b25e8e2478fbfc769510.tar.zst gsoc2013-evolution-d7d44bfdd24bb38d3ac4b25e8e2478fbfc769510.zip |
EMailAutoconfig: Comment no longer applies.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/e-mail-autoconfig.c | 3 |
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)) |