Hi Giuseppe, > I see it now, thanks. This small patch makes sure the url is parsed in > any case.
> === modified file 'src/retr.c' > - /* Need to reparse the url, since it didn't have iri information. */ > - if (opt.enable_iri) > - parsed_url = url_parse (cur_url->url->url, NULL, tmpiri, true); > + parsed_url = url_parse (cur_url->url->url, NULL, tmpiri, true); Yes that's the location I was referring to, url_parse() was not always called. Works now at least for the test case I posted earlier. Thanks for fixing this! Volker -- Volker Kuhlmann http://volker.dnsalias.net/
