From 6fcd2863b93b46c072ad11e805ca63678889fbe2 Mon Sep 17 00:00:00 2001 From: "amardare%qnx.com" Date: Tue, 24 Feb 2004 15:14:13 +0000 Subject: [PATCH] Reverted my previous changes for the qnx( photon ) section in all.js - they should be commited in the firefox/thunderbird specific files. --- modules/libpref/src/init/all.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/modules/libpref/src/init/all.js b/modules/libpref/src/init/all.js index f61dcc2055fa..6db81de4b69e 100644 --- a/modules/libpref/src/init/all.js +++ b/modules/libpref/src/init/all.js @@ -1488,16 +1488,6 @@ pref("applications.rlogin_with_user", "pterm rlogin %h -l %u"); // around the content of the page for Print Preview only pref("print.print_extra_margin", 90); // twips (90 twips is an eigth of an inch) -// instruct firefox to use thunderbird for mail/news -pref("network.protocol-handler.app.mailto", "/opt/Mozilla/firefox/spawn_helper"); -pref("network.protocol-handler.app.imap", "/opt/Mozilla/firefox/spawn_helper"); -pref("network.protocol-handler.app.news", "/opt/Mozilla/firefox/spawn_helper"); -pref("network.protocol-handler.app.snews", "/opt/Mozilla/firefox/spawn_helper"); -pref("network.protocol-handler.app.nntp", "/opt/Mozilla/firefox/spawn_helper"); - -// instruct thunderbird to use firefox for web browsing -pref("network.protocol-handler.app.http", "/opt/Mozilla/thunderbird/spawn_helper"); - # photon #endif