2 messages in net.sourceforge.lists.courier-sqwebmailRe: [sqwebmail] small fix for html.c
FromSent OnAttachments
Hleil LiuJan 13, 2006 10:07 am 
Sam VarshavchikJan 13, 2006 3:14 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [sqwebmail] small fix for html.cActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Jan 13, 2006 3:14:58 pm
List:net.sourceforge.lists.courier-sqwebmail

Hleil Liu writes:

I fix it,it works for me,hope helpful.

--- html.c.orig 2006-01-14 00:47:15.000000000 +0800 +++ html.c 2006-01-14 01:00:21.000000000 +0800 @@ -377,7 +377,7 @@ { switch (cur_state) { case intext: - if (p[l] == '>') + if ((p[l] == '>') && (inscripttag == '0'))

This is 100% wrong.

And, as the saying goes, you never get a second change to make a first impression.