mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-30 05:14:22 +02:00
thunderbird: set print to PDF to A4
This commit is contained in:
parent
3176c9d9ed
commit
e3f3cf13fd
1 changed files with 8 additions and 0 deletions
|
@ -58,3 +58,11 @@ user_pref("mailnews.headers.showUserAgent", true);
|
|||
// Offline
|
||||
user_pref("offline.download.download_messages", 1);
|
||||
user_pref("offline.send.unsent_messages", 1);
|
||||
|
||||
// Print
|
||||
user_pref("print.printer_Mozilla_Save_to_PDF.print_bgcolor", true);
|
||||
user_pref("print.printer_Mozilla_Save_to_PDF.print_bgimages", true);
|
||||
user_pref("print.printer_Mozilla_Save_to_PDF.print_paper_id", "iso_a4");
|
||||
user_pref("print.printer_Mozilla_Save_to_PDF.print_paper_size_unit", 0);
|
||||
user_pref("print.printer_Mozilla_Save_to_PDF.print_paper_width", 8.26771653543307);
|
||||
user_pref("print.printer_Mozilla_Save_to_PDF.print_paper_height", 11.6929133858268);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue