Version: 1:91.0-1
Hello Daniel,
this report should have been closed by the upload of 1:91.0-1 but this
hasn't worked.
The wetransfer AddOn isn't part of Thunderbird upstream any more so I'll
close this report now.
Regards
Carsten
Am Tue, Nov 05, 2019 at 06:10:20PM -0500 schrieb Daniel Kahn Gillmor:
> Control: affects 944208 + src:enigmail
>
> This produces noise on the enigmail test suite, so i'm marking it as
> "affects" enigmail.
>
> On Tue 2019-11-05 18:01:16 -0500, Daniel Kahn Gillmor wrote:
> > When trying to set up a temporary testing profile with thunderbird on an
> > otherwise clean system, that i want to not access the network, i see
> > nasty error messages on stderr:
>
> An even simpler reproducer to generate the warnings:
>
> x=$(mktemp -d profdir.XXXXXX)
> printf 'user_pref("browser.dom.window.dump.enabled", true);\n' >
> "$x/prefs.js"
> thunderbird --headless --profile "$(pwd)/$x"
>
> hope this is useful,
>
> --dkg