Auteur: Marc BERLIOUX
Date:
À: GUILDE
Sujet: [trucs&astuces] Firefox et Thunderbird
pour la rubrique trucs & astuces...
pour que Firefox utilise Thunderbird comme client courrier pour les
liens "mailto:"
fichier /etc/firefox/pref/firefox.js
ajouter :
pref("network.protocol-handler.app.mailto", "/usr/bin/mozilla-thunderbird");
pour pouvoir lancer Firefox en cliquant sur un lien http ou https depuis
Thunderbird
fichier /etc/mozilla-thunderbird/global-config.js
ajouter :
pref("network.protocol-handler.app.http","/usr/bin/firefox");
pref("network.protocol-handler.app.https","/usr/bin/firefox");
--
Marc BERLIOUX