diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2011-03-19 01:18:05 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2011-03-19 01:18:05 +0100 |
commit | be1180372f14bd699d7919ba6dad0308d31192f9 (patch) | |
tree | 0e9810df6a04d44c1a76632ef16f1d43f7b23c1b /profile/.mozilla-thunderbird | |
download | etcskel-kanotix-be1180372f14bd699d7919ba6dad0308d31192f9.zip etcskel-kanotix-be1180372f14bd699d7919ba6dad0308d31192f9.tar.gz |
Initial commit
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 + |