openbsd-ports/mail/mozilla-thunderbird/files
landry c535134760 Major update to mozilla-thunderbird 3.0.4. See for details:
http://www.mozillamessaging.com/en-US/thunderbird/3.0.4/releasenotes/
Backing up your profile before upgrading is recommended..
Update largely based on www/firefox35 port, tested on
i386/amd64/sparc64/powerpc by myself and alpha by naddy@.

ok naddy@
2010-04-03 09:26:45 +00:00
..
nsSound.cpp Major update to mozilla-thunderbird 3.0.4. See for details: 2010-04-03 09:26:45 +00:00
README.OpenBSD Major update to mozilla-thunderbird 3.0.4. See for details: 2010-04-03 09:26:45 +00:00
sydney_audio_sndio.c Major update to mozilla-thunderbird 3.0.4. See for details: 2010-04-03 09:26:45 +00:00
thunderbird.desktop Major update to mozilla-thunderbird 3.0.4. See for details: 2010-04-03 09:26:45 +00:00

$OpenBSD: README.OpenBSD,v 1.4 2010/04/03 09:26:45 landry Exp $

If you encounter strange problems or Thunderbird doesn't start at
all, try the -safe-mode switch.

To disable anti-aliasing (xft) set GDK_USE_XFT=0 in the environment.

Links

To make Thunderbird open links using Firefox, shut down Thunderbird
and add these lines to ~/.thunderbird/<something>.default/prefs.js:

user_pref("network.protocol-handler.app.ftp", "${LOCALBASE}/bin/firefox");
user_pref("network.protocol-handler.app.http", "${LOCALBASE}/bin/firefox");
user_pref("network.protocol-handler.app.https", "${LOCALBASE}/bin/firefox");

Plugins

Thunderbird looks for plugins in ~/.mozilla/plugins
${TRUEPREFIX}/mozilla-thunderbird/plugins and
${LOCALBASE}/lib/mozilla-plugins.
If the environment variable MOZ_PLUGIN_PATH is specified, this
location will be overridden.