Einstellung zur verwendung von mailto: links mit Thunderbird werden der

Firefox Config hinzugefügt


git-svn-id: svn://svn.compuextreme.de/Viitor/V961/ViitorMake@4540 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2009-02-18 15:41:50 +00:00
parent 3d036ae7cd
commit 273b018a0c

View File

@ -169,4 +169,6 @@ postmk() {
cd $TMPROOT/opt/firefox/include
ln -s firefox* firefox
cd -
echo "pref(\"network.protocol-handler.app.mailto\", \"thunderbird\");" \
>>$TMPROOT/opt/firefox/lib/firefox/defaults/pref/firefox.js
}