jshaw
Group: Members
Posts: 42
Joined: July 2004 |
|
Posted: Feb. 07 2008,05:27 |
|
A quick trick to get Firefox to open Gmail in a new tab when you click an email address:
First copy and paste the following into beaver and save as /opt/gmailto.sh
Code Sample | #!/bin/sh firefox -remote "openURL(http://mail.google.com/mail/?view=cm&fs=1&tf=1&to=`echo $1 | sed 's/mailto://'`,new-tab)"
|
Then open an xterm and type:
chmod 755 /opt/gmailto.sh
Then in Firefox, type about:config in the address bar and find the following line:
network.protocol-handler.app.mailto
Double click it and enter /opt/gmailto.sh
And that's it, just be sure to add opt/gmailto.sh to /opt/.filetool.lst
josh
-------------- Dell Optiplex GX100 - Painted Flat Black Celeron 566 256 MB RAM NVIDIA GeForce 4400MX - Onboard graphics are crap Old Sound Card ProView 19" Widescreen 1440x900 native resolution (thanks XFree86 and nvidia2 extensions) DSL 4.2.5 ROCKS on this machine!
|