To make Thunderbird open links using Firefox...; bump PKGNAME
This commit is contained in:
parent
7e633931af
commit
1e6211aafa
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.35 2006/02/09 08:34:07 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.36 2006/02/10 20:10:57 ian Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= alpha amd64 i386 powerpc sparc sparc64
|
||||
|
||||
@ -6,7 +6,7 @@ COMMENT= "redesign of the integrated Mozilla App-Suite mail component"
|
||||
|
||||
VER= 1.5
|
||||
DISTNAME= mozilla
|
||||
PKGNAME= mozilla-thunderbird-${VER}p0
|
||||
PKGNAME= mozilla-thunderbird-${VER}p1
|
||||
SO_VERSION= 6.0
|
||||
# NOTE: Must bump minor version if any shlib's are removed from the
|
||||
# components dir to avoid pkg_add -r issues.
|
||||
|
@ -7,5 +7,14 @@ In order to create a new profile, start Thunderbird with the the
|
||||
|
||||
If thunderbird doesn't start at all, first try and remove compreg.dat,
|
||||
xpti.dat and extensions/Extensions.rdf in your profile-dir, or you
|
||||
could just wack the old profile-dir,
|
||||
could just delete the old profile-dir,
|
||||
rm -r ~/.thunderbird/<profile-dir>
|
||||
(Be aware that this will delete any locally-stored mail).
|
||||
|
||||
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", "/usr/local/bin/firefox");
|
||||
user_pref("network.protocol-handler.app.http", "/usr/local/bin/firefox");
|
||||
user_pref("network.protocol-handler.app.https", "/usr/local/bin/firefox");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user