On Fri, Feb 16, 2007 at 06:09:59PM -0800, Peter C. McCluskey wrote:
> The difference between how it treats those two lines seems to be whether
> the url is at the start of the line rather than whether it's in quotes.
> I've looked into the code a bit and I've found that if I change the line
> in print.c function ConvURLsWithHrefs that says:
> tmpline6 = ConvURLsString(p, mailid, mailsubject, charset);
> to this:
> tmpline6 = NULL;
> then I get results that I'm guessing are what you want.
> That looks a bit too kludgey to check in and I won't have time to look
> more carefully until about a week from now. Please try it and see if it
> does what you want and/or look at that section of code to see if you can
> understand it well enough to determine the best way to fix it.
Thanks Peter. I'll take a look, but I'm also not able to look for
about a week -- but I'll let you know what I find out then.
Thanks,
--
Bill Moseley
moseley_at_hank.org
Received on Sat 17 Feb 2007 12:51:33 PM GMT