Penguin
Diff: MozillaThunderbirdNotes
EditPageHistoryDiffInfoLikePages

Differences between version 6 and previous revision of MozillaThunderbirdNotes.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 6 Last edited on Saturday, June 12, 2004 5:30:25 pm by CraigBox Revert
Older page: version 5 Last edited on Saturday, June 12, 2004 12:06:50 pm by ReneBartosh Revert
@@ -9,12 +9,13 @@
 I put this under ~/bin, made it executable, and tested it with '~/bin/firefox-helper.sh http://www.wlug.org.nz/' - the wlug homepage opens in a new tab. 
  
 I then added the following entry to my prefs.js under my thunderbird profile dir: 
  
-user_pref("network.protocol-handler.app.http", "/home/dhtrl1/bin/firefox-helper.sh"); 
+ user_pref("network.protocol-handler.app.http", "/home/dhtrl1/bin/firefox-helper.sh"); 
  
-and restarted thunderbird 
+and restarted thunderbird.  
  
+''Try putting it in user.js not prefs.js as Thunderbird will just over-write this... -- ReneBartosh''  
  
 ---- 
  
 I've just spend the last couple of hours trying to figure out a fairly similar problem! Under KDE3, Thunderbird opens URL links with Konquerer (the default browser for opening a URL), and I wanted to use Firefox. So I figured the easiest way would be somewhere in kde's config, changing the default browser that it uses to open URL's.. 
@@ -28,8 +29,4 @@
  
  - zcat(1) 
  
 ---- 
-  
-Try putting it in user.js not prefs.js as Thunderbird will just over-write this...  
-  
- - ReneBartosh