On 12/03/2008 03:11:07 AM Wed, Jean-Luc Coulon (f5ibh) wrote:
Le 03.12.2008 09:01:54, Jean-Luc Coulon (f5ibh) a écrit :
>_______________________________________________


BTW : I've not html rendering problem. The problem is to launch a link
to an external browser.

Bests

Jean-Luc

OK, yeah, sorry--my mind was on the WebKit stuff, which also has issues launching links.

I noticed one problem, handling a link on a quoted line--this seems to fix that one:

Index: src/balsa-mime-widget-text.c
===================================================================
--- src/balsa-mime-widget-text.c        (revision 8011)
+++ src/balsa-mime-widget-text.c        (working copy)
@@ -327,6 +327,7 @@
                    new = this_line + cite_idx;
                    if (g_unichar_isspace(g_utf8_get_char(new)))
                        new = g_utf8_next_char(new);
+                    line_start += new - this_line;
                    new = g_strdup(new);
                    g_free(this_line);
                    this_line = new;

But we also seem to pick up only the first line of a multi-line URI, and I'm not sure what the fix for that should be. More later...

Peter

Attachment: pgpUq2vfmVAEg.pgp
Description: PGP signature

_______________________________________________
balsa-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/balsa-list

Reply via email to