thunderbird: add extraConfig option
The added extraConfig option allowes users to insert custom text at the end of the generated profile `user.js` file. This allows the users to import templates as part of their configuration.
This commit is contained in:
parent
e17e5e4f48
commit
6db559daa9
4 changed files with 18 additions and 2 deletions
|
|
@ -29,3 +29,4 @@ user_pref("mail.smtpservers", "smtp_bcd3ace52bed41febb6cdc2fb1303aebaa573e0d9938
|
|||
user_pref("privacy.donottrackheader.enabled", true);
|
||||
user_pref("second.setting", "some-test-setting");
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue