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
#!/bin/bash
if pgrep -u `whoami` thunderbird-bin > /dev/null
then
thunderbird -remote "mailto(`echo $1 | cut --bytes=8-`)"
else
thunderbird $1
fi