[trucs&astuces] Firefox et Thunderbird

Αρχική Σελίδα

Reply to this message
Συντάκτης: Marc BERLIOUX
Ημερομηνία:  
Προς: GUILDE
Αντικείμενο: [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