Penguin
Diff: MozillaThunderbirdNotes
EditPageHistoryDiffInfoLikePages

Differences between current version and predecessor to the previous major change of MozillaThunderbirdNotes.

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

Newer page: version 19 Last edited on Monday, May 15, 2006 2:36:40 pm by CraigBox
Older page: version 16 Last edited on Tuesday, December 21, 2004 12:52:10 am by MikkoRantalainen Revert
@@ -1,13 +1,11 @@
 !! [HTTP] handler issues 
  
 Set the preference 
  
- user_pref("network.protocol-handler.app.http", "/usr/local /bin/firefox-helper.sh "); 
+ user_pref("network.protocol-handler.app.http", "/usr/bin/firefox"); 
  
-and point it at the MozillaFirefoxStartupScript or whatever your distribution uses natively .  
-  
-----  
+and point it at the launcher for Firefox on your distribution. 
  
 In addition, so Thunderbird can redirect some additional protocls ([FTP] and [HTTPS]) add the following: 
  
  user_pref("network.protocol-handler.app.https", "/location/to/firefox"); 
@@ -16,51 +14,19 @@
 As well as that, you can define another [FTP] program to handle the [FTP] transactions (though [Mozilla] handles them just fine, try the following: 
  
  user_pref("network.protocol-handler.app.ftp", "/location/to/ftpprogram"); 
  
-----  
-  
- !! Thunderbird launch script  
-  
-Here's the launcher script I use to start Thunderbird (installed from .tar.gz) in my Linux Mandrake 10.. This script uses existing Thunderbird process if possible or launches a new one if needed. This script prints "./mozilla-xremote-client: Error: Failed to find a running server." in the terminal if no old process is running. I don't like the 'ping()' trick used in the MozillaFirefoxStartupScript because it slows down the process. Instead I just try to use the remote and if it fails, I fall back to normal behavior.  
-  
-<verbatim>  
-#!/bin/bash2  
-  
-# Make this script really quiet:  
-#exec &>/dev/null  
-  
-# use UTF-8 environment  
-# change "fi_FI" to language code you prefer.  
-# for possible options "locale -a | grep UTF-8"  
-export LC_TIME=fi_FI.UTF-8  
-export LC_MONETARY=fi_FI.UTF-8  
-export LC_CTYPE=fi_FI.UTF-8  
-  
-# executable name  
-mozexe="thunderbird"  
-# application name to use with remote, note the capital T in the start!  
-appname="Thunderbird"  
-# installation directory (just "tar zvfx package.tar.gz")  
-mozdir="/system/apps/mozilla-thunderbird/current"  
-# x-remote binary name  
-remote="mozilla-xremote-client"  
-  
-# use lesser priority for Thunderbird, it likes to eat CPU  
-exec="exec nice "  
+!! Thunderbird extensions  
  
-pwd="$(pwd)"  
+Some extensions recommended by various users. Right click and save as to install these, because if you use MozillaFirefox it assumes it is an extension for itself.  
  
-# Change to Thunderbird install dir :  
-cd "$mozdir"  
+DrewBroadley recommends :%%%  
  
-if [ "$1" ! = "" ]; then  
- # FIXME remove "mailto :" from $1 if it's there  
- ./$remote -a $appname "mailto($@)" || $exec ./$mozexe "mailto :$@" &  
-else  
- ./$remote -a $appname "xfeDoCommand (openInbox )" | | $exec ./$mozexe &  
-fi  
+ [Enigmail | http://update.mozilla.org/extensions/moreinfo.php?id =71 ]:  
+ OpenPGP message encryption and authentication . Requires [platform -specific Enigmime extension |http://enigmail.mozdev.org]  
+ [Forumzilla | http://update .mozilla.org /extensions/moreinfo.php?id=133] :  
+ Forumzilla is an extension to Thunderbird and Mozilla Mail for reading news and blog feeds (all flavors of RSS plus Atom ). It lets you read feeds using the familiar three-pane mail interface.  
+ [No New Window on Double Click | http://update .mozilla.org /extensions/moreinfo.php?id=150]:  
+ Prevents Thunderbird from opening a new window when you double click a folder.  
  
-# make sure that Mozilla doesn't die if current terminal is killed, bash2 feature  
-disown -a  
-# disown -h  
-</verbatim>  
+-----  
+CategoryNotes