Per fi he descobert com fer que per a quan facis click a un enllaç dintre d’un correu al evolution l’enllaç s’obri correctament amb el Firefox, ho penjo aquí per no oblidar-me’n mai més, perque la comanda té tela:

gconftool-2 --set /desktop/gnome/url-handlers/http/command -t string '/path/to/launcher.sh %s'

i el contingut del script launcher.sh:

#!/bin/sh gnome-moz-remote --remote='openURL('$1', new-tab)' || firefox $1

d’aquesta manera obre la web en un nou tab si el firefox està executant-se, o el llança de nou en el cas de que encara no ho estigui.