#1852: Thunderbird additional configuration
-------------------------------------+--------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: [email protected]
Type: enhancement | Status: new
Priority: normal | Milestone: 6.2
Component: BOOK | Version: a-SVN
Severity: normal | Keywords:
-------------------------------------+--------------------------------------
I am not sure if this is a Hint or Additional Configuration. That's an
editorial decision. It seems to me like something most people would want
to do.
Thunderbird needs a little tweak in order to be able to open web pages
from mail messages by clicking on the link.
Append to ~/.thunderbird/*.default/prefs.js of each user
user_pref("network.protocol-handler.app.http", "<path to browser>");[[BR]]
user_pref("network.protocol-handler.app.https", "<path to
browser>");[[BR]]
If you install /usr/bin/fftab as follows and make it <path to browser>,
then these pages will open as new tabs in Firefox.
#!/bin/sh[[BR]]
#[[BR]]
# This script allows external apps to open new URLs in a new tab in
Firefox[[BR]]
# or open a new instance of Firefox if it isn't already started.[[BR]]
#[[BR]]
/usr/bin/firefox -a firefox -remote "OpenURL($@,new-tab)" ||[[BR]]
exec /usr/bin/firefox "$@";
--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/1852>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page