Re: Page

Gertjan Harkink <[email protected]> Mon, 23 May 2005 14:09:33 +0200
Newsgroups gmane.mail.gotmail
Message-ID <[email protected]>
James Lick wrote:
> There's a patch posted on sourceforge now for the problem.  I haven't 
> tried it myself yet, but others say it works.

I'm using gotmail on windows2000. I patched the original 0.8.2 with the 
patch (with patch.exe from gnuwin32, make sure there are CRLF and not 
only LF at line-endings in the patch file).

Now the following error occurs:
curl: (1) Unsupported protocol: 'http

I just changed line 581 from:
my($cmdline) = "$conf_curl \'$url\' $options ...

to:
my($cmdline) = "$conf_curl $url $options ...

And now its working fine for multiple accounts.
I don't know much about perl, but can this give troubles in the future? 
If so,how can I workarround it an other way?

GJ