aboutsummaryrefslogtreecommitdiff
path: root/japanese/mozilla-jlp-devel/files/unix.js
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/mozilla-jlp-devel/files/unix.js')
-rw-r--r--japanese/mozilla-jlp-devel/files/unix.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/mozilla-jlp-devel/files/unix.js b/japanese/mozilla-jlp-devel/files/unix.js
index 804b07a7b2e1..97507a481c50 100644
--- a/japanese/mozilla-jlp-devel/files/unix.js
+++ b/japanese/mozilla-jlp-devel/files/unix.js
@@ -115,7 +115,6 @@ pref("print.print_edge_left", 4); // 1/100 of an inch
pref("print.print_edge_right", 4); // 1/100 of an inch
pref("print.print_edge_bottom", 4); // 1/100 of an inch
-
// print_extra_margin enables platforms to specify an extra gap or margin
// around the content of the page for Print Preview only
pref("print.print_extra_margin", 0); // twips
@@ -359,4 +358,7 @@ pref("print.postscript.nativefont.zh-CN", "");
pref("print.postscript.nativefont.zh-TW", "");
pref("mail.signature_date", 0);
+
+// until bug #130581 is fixed, we need to override this on linux
+pref("mail.compose.max_recycled_windows", 0);
// EOF.