Hi
I am try solving the bug of instert link: if we insert a link to a HTML
formated mail, if the url inserted is like "www.ximian.com" (without
"http://"; in front of the link) and send it, we cann't lunch the browser
when we click the link in this mail.Because if we donn't add
"http://",the gtkhtml will add an "cid:"; at the beginning of the link
string.
I want to know if I just add some change to the function
on_link_clicked, change the "cid" to "http://"; or "openurl" something,
Is that ok?
the detail of this bug is:
        http://bugzilla.ximian.com/show_bug.cgi?id=53737


_______________________________________________
evolution-hackers maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution-hackers

Reply via email to