Re: GIT version - no display of html messages
Albrecht Dreß <[email protected]>
| Newsgroups | gmane.comp.gnome.apps.balsa |
|---|---|
| Message-ID | <[email protected]> |
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.
_______________________________________________
balsa-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/balsa-list
signature.asc
(application/pgp-signature, 488 B)
-----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEEcCEPemLFTtyGf4zATKlvDmfn2fgFAltA68IACgkQTKlvDmfn 2fiDKgf/aH235b8Bg8GsMaRgmxrTczDxB0neetZTNyUvuAlobwQ5235ZyK3PWnP+ 0fD0dIjbgX91j7QK9CTbN5YeuRdJ0YEY9sk55nIQnCSgW0pwmsQEgcs4KbutRh4r 0Gc90nME6MzWVPIi5oWtmbn4eL++AN8bC+N4QoWVahwLOwIxryfm4hjvXziHEBaZ 4Fzywi8jC4LKeHWqeWh0astgfVrL/d52wK2m2NQGXhx1dWSr7y07TWOxECp6+VUp 19mX/bh4jOw9tkKCN1u35yu7uUMRQJuNJgYo2OCdPogs+hnNXnM7MZfYPqSiSKr8 9yGJT2ktuhIAMetTck0pCvjunM30uQ== =XSVm -----END PGP SIGNATURE-----