landry 422e1bc626 Update to thunderbird 52.1.0. 7 anos atrás
..
DESCR-lightning 28bb810af5 Update to thunderbird 3.1.1, tested by a few people on ports@ (and myself...) 14 anos atrás
DESCR-main 28bb810af5 Update to thunderbird 3.1.1, tested by a few people on ports@ (and myself...) 14 anos atrás
PLIST-lightning ba64b37e8f Update to thunderbird 52.0/lightning 5.4. 7 anos atrás
PLIST-main 422e1bc626 Update to thunderbird 52.1.0. 7 anos atrás
README-main 8769a052cf Update to thunderbird 16.0/enigmail 1.4.5/lightning 1.8b1. 12 anos atrás

README-main

$OpenBSD: README-main,v 1.4 2012/10/10 21:08:05 landry Exp $

+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------

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/.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 and
${LOCALBASE}/lib/mozilla/plugins.
If the environment variable MOZ_PLUGIN_PATH is specified, this
location will be overridden.

Debugging
=========
If you encounter crashes, you might want to build the debug FLAVOR of
this package, and run thunderbird inside gdb, so that you can gather
debugging logs and traces for all threads.
Bug reports without that information will be ignored.