Re: [Enigmail] mailnews.send_plaintext_flowed=true
Patrick Brunschwig <[email protected]>
| Newsgroups | gmane.comp.mozilla.enigmail.general |
|---|---|
| Message-ID | <[email protected]> |
On 20.04.2019 04:40, Andy Schroder wrote:
> Hello,
>
> Enigmail re-sets mailnews.send_plaintext_flowed=false when thunderbird
> starts up. It's not totally clear to me of the reason for this, but I
> think it has something to do with inline PGP.
>
> For years, I've been manually editing enigmail.js in my extensions
> directory to not do this, every time I update the extension version. It
> seems as though the most recent update I've done has switched over to
> keeping everything in an .xpi file, so it is even more of a nuisance for
> me to override this setting.
That's because of a change in Thunderbird.
> I never use inline PGP, only PGP/mime, so I don't really understand the
> reason for this setting. I've had zero problems over the years
> forcefully re-enabling mailnews.send_plaintext_flowed=true . Signed
> unencrypted flowed e-mails also work great. Is there any way you can not
> do this for people who use PGP/mime exclusively? How prevalent is inline
> PGP these days? Could you make a global "Use PGP/mime" setting that uses
> it for every identity and then not force
> mailnews.send_plaintext_flowed=false, or at least give people an option
> in the settings to not force mailnews.send_plaintext_flowed=false with a
> nice disclaimer?
The reason I'm not doing this is support: people ignore such warnings,
and then open bug reports.
> This mailnews.send_plaintext_flowed=false thing is the one an only
> drawback I see of having enigmail installed. Everything else enigmail
> does to thunderbird seems very passive to me (which is the right way to
> be). I've been very impressed with all of the other improvements that
> have been coming to enigmail over the last few years!
You don't need to edit the Enigmail source code to have this change
implemented and forever. You can create a file "user.js" in the
Thunderbird profile directory with the following content:
user_pref("mailnews.send_plaintext_flowed", true);
Then restart Thunderbird, and format=flowed will be enabled forever.
For details about user.js, see here:
http://kb.mozillazine.org/User.js_file
-Patrick
_______________________________________________
enigmail-users mailing list
[email protected]
To unsubscribe or make changes to your subscription click here:
https://admin.hostpoint.ch/mailman/listinfo/enigmail-users_enigmail.net
signature.asc
(application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEET5+J9VBawdGiYGMc2xGHud1faTsFAly61nkACgkQ2xGHud1f aTu6hg//RJywxbSjsXYG81G15j5rjngUrh5zO23dQVzU43GiT9fq3dDjpz14ZXO5 vs6zup/q6qVW23tzFioStDpAAy8CNZMO8MZRMlTIivgoWiFWjgTDPjNoL66Hkb9j L5QWENAFZybAjHyZrx7EmeitH1rFD8Bll5Sk12VrzsPJBr2J6D0FgHOniUTgzAkx omoqIY+CWWjlcIqNLBvX/WhVf6votY+YAd10hQMDH8l5okjt8/G36BF+NvNojDhs gAYW/IkMkrgveLAEdVZEIGKbzSS1hwbbC4kimC4a+U/qNXwcCuHcy3GluFmvsi1s 7NuWDFieB/APsdzNsJ2hBM/YqaFz5lp36XtjwRCTzbFqZSBKogNlZ6Sw6GhPQ6Fi s+WH+IvoyFuPcCXJz5+ocSWNVH7PkO9+31rC3Aj4MTIst2lEuouG02X1zO7k4ub6 1n4Ym/5HJLJsQ+ZBW3iMkRwlILLrMr+pNpHLmr66mlrv0uv6tT4cFjqLwcb5F7/B Lc+U4841V6ut3NizUsGXrH7u/k2/FTec5q4lC29kOvGhA5/AWFENqEnXxRbNce79 zXMyvLp7CCKjDkcPRJsNlSrLc+az9RdNHsEGHbE200qL5AKwTALV7CtImTjNTVE+ Rdf3fIlNkvMjn5vCBDW2MSpNthT+loEs4N1ZIf816nstpctWTUQ= =Yd1U -----END PGP SIGNATURE-----