openbsd-ports/mail/mozilla-thunderbird/files
2010-03-21 10:35:03 +00:00
..
nsSound.cpp adapt sndio backend; used for mail notifications, and plugins. 2009-05-09 22:47:08 +00:00
README.OpenBSD s/LOCALBASE/PREFIX/ 2010-03-21 10:35:03 +00:00
thunderbird.desktop - install a .desktop file, so that a thunderbird entry will appear in menus 2008-02-04 19:52:25 +00:00

$OpenBSD: README.OpenBSD,v 1.3 2010/03/21 10:35:03 ajacoutot 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", "!!PREFIX!!/bin/firefox");
user_pref("network.protocol-handler.app.http", "!!PREFIX!!/bin/firefox");
user_pref("network.protocol-handler.app.https", "!!PREFIX!!/bin/firefox");

Plugins

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