Am 07.07.18 18:08 schrieb(en) Jack via balsa-list:
The only output I see when opening an HTML message is:

libbalsa_html_new registered cid: scheme

Normal.

libbalsa_html_new shows info_bar

Indicates that the message contains external references (typically images) 
which are used to track the recipients of messages (or to exploit a 
vulnerability like EFail).  Balsa should display a bar telling you that you 
might load the external crap anyway (which you shouldn't…).

lbh_navigation_policy_decision uri about:blank, type 5, ignored

That's strange, never saw it.

I'm assuming the last line is printed by line 287.

Could you, just for testing, either comment out the following statement

        webkit_policy_decision_ignore(decision);

or replace it by

        if (g_ascii_strcasecmp(uri, "about:blank") != 0) {
                webkit_policy_decision_ignore(decision);
        }

and check if it changes anything?

Where does about:blank come from?  Shouldn't that actually be some reference to 
the actual content of the HTML part?

Good question.  On my system, if a html message is rendered, it says *nothing*.

Best
Albrecht.

Attachment: pgpHGHuoBjtgA.pgp
Description: PGP signature

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

Reply via email to