Putroppo da quando sono passato a firefox 3 i link mailto: che prima venivano aperti con thunderbird non si aprono più. Avevo anche visto delle schermate in cui era firefox stesso a chiedere quale programma usare o addirittura chiedeva di usare gmail, ma io quella finestra non l'ho mai vista.
Questa è la riga che ho nel user.js:
user_pref("network.protocol-handler.app.mailto","/usr/bin/thunderbird");
e in about:config, usando come filtro "mailto" vedo:
network.protocol-handler.app.mailto; /usr/bin/thunderbird
network.protocol-handler.expose.mailto;true
network.protocol-handler.external.mailto;true
network.protocol-handler.warn-external.mailto;false
noscript.urivalid.mailto;[^\x00-\x07\x09\x0b\x0c\x0e-\x1f]*
extensions.adblockplus.whitelistschemes;about chrome file irc mailto news resource snews x-jsd addbook cid imap mailbox nntp pop data javascript moz-icon
gecko.handlerService.schemes.mailto.0.name;Yahoo! Mail
gecko.handlerService.schemes.mailto.0.uriTemplate;http://compose.mail.yahoo.com/?To=%s
gecko.handlerService.schemes.mailto.1.name;chrome://browser-region/locale/region.properties
gecko.handlerService.schemes.mailto.1.uriTemplate;chrome://browser-region/locale/region.properties
gecko.handlerService.schemes.mailto.2.name;chrome://browser-region/locale/region.properties
gecko.handlerService.schemes.mailto.2.uriTemplate;chrome://browser-region/locale/region.properties
gecko.handlerService.schemes.mailto.3.name;chrome://browser-region/locale/region.properties
gecko.handlerService.schemes.mailto.3.uriTemplate;chrome://browser-region/locale/region.properties
I due programmi sono tutti e due in /opt, /usr/bin/thunderbird è un collegamento a /opt/thunderbird/thunderbird e, manco a dirlo, avviato da console apre il programma senza problemi.