Problem with PGP-signed E-Mails
Jan Kowalsky <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kroupware |
|---|---|
| Message-ID | <0d04af53-4470-29a9-7187-0e22b3fd36ff__20165.134224999$1529139333$gmane$org@datenkollektiv.net> |
Am 16.06.2018 um 10:11 schrieb T. Mohrfeldt (Liesegang GmbH):
> OK,
>
> Enabling: "Use MIME encoding for 8-bit characters" in Settings -->
> Compose --> Advanced
> keeps the signature intact.
>
> Offtopic:
> Any ideas how to enable this feature for all users, without needing them
> to fiddle in the settings?
what clients do they use?
In thunderbird the configuration parameter in about:config is
"mail.strictly_mime".
echo 'user_pref("mail.strictly_mime", true);' >>
/.thunderbird/PROFILE_NAME/prefs.js
regards
jan