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/ocpnorvk.default | |
download | etcskel-kanotix-be1180372f14bd699d7919ba6dad0308d31192f9.zip etcskel-kanotix-be1180372f14bd699d7919ba6dad0308d31192f9.tar.gz |
Initial commit
Diffstat (limited to 'profile/.mozilla-thunderbird/ocpnorvk.default')
-rw-r--r-- | profile/.mozilla-thunderbird/ocpnorvk.default/prefs.js | 7 |
1 files changed, 7 insertions, 0 deletions
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"); |