ben alors il est ou firefox rc1 ? ... j'en peut plus d'attendre, je craque !
http://www.mozilla.org/projects/firefox/roadmap.html(...)
Forum général.général firefox rc1
21
sept.
2004
This site should still be completely viewable in lesser browsers such as Netscape, Opera, or Mozilla, but it was designed on and for Internet Explorer. Besides, you really should be using Internet Explorer anyway for the best available overall Internet experience.
WWW Browser: I check (…)
#!/bin/bash
if pgrep -u `whoami` thunderbird-bin > /dev/null
then
thunderbird -remote "mailto(`echo $1 | cut --bytes=8-`)"
else
thunderbird $1
fi