diff options
Diffstat (limited to 'profile/.mozilla-thunderbird')
-rw-r--r-- | profile/.mozilla-thunderbird/appreg | bin | 0 -> 335 bytes | |||
-rw-r--r-- | profile/.mozilla-thunderbird/ocpnorvk.default/prefs.js | 7 | ||||
-rw-r--r-- | profile/.mozilla-thunderbird/profiles.ini | 8 |
3 files changed, 15 insertions, 0 deletions
diff --git a/profile/.mozilla-thunderbird/appreg b/profile/.mozilla-thunderbird/appreg Binary files differnew file mode 100644 index 0000000..f2f3e0e --- /dev/null +++ b/profile/.mozilla-thunderbird/appreg diff --git a/profile/.mozilla-thunderbird/ocpnorvk.default/prefs.js b/profile/.mozilla-thunderbird/ocpnorvk.default/prefs.js new file mode 100644 index 0000000..5aee259 --- /dev/null +++ b/profile/.mozilla-thunderbird/ocpnorvk.default/prefs.js @@ -0,0 +1,7 @@ +user_pref("font.default", "sans-serif"); +user_pref("font.minimum-size.x-western", 10); +user_pref("font.size.fixed.x-western", 13); +user_pref("font.size.variable.x-western", 13); +user_pref("network.protocol-handler.app.ftp", "/usr/bin/firefox"); +user_pref("network.protocol-handler.app.https", "/usr/bin/firefox"); +user_pref("network.protocol-handler.app.http", "/usr/bin/firefox"); diff --git a/profile/.mozilla-thunderbird/profiles.ini b/profile/.mozilla-thunderbird/profiles.ini new file mode 100644 index 0000000..40b65fa --- /dev/null +++ b/profile/.mozilla-thunderbird/profiles.ini @@ -0,0 +1,8 @@ +[General] +StartWithLastProfile=1 + +[Profile0] +Name=default +IsRelative=1 +Path=ocpnorvk.default + |