|
|
@ -19,7 +19,7 @@ mnemosyne_thunderbird_mailto() { |
|
|
|
cat <<-EOT > $bindir/$pkg-mailto.sh |
|
|
|
#!/bin/bash |
|
|
|
|
|
|
|
export MOZILLA_FIVE_HOME="$libdir/$pkg-$ver" |
|
|
|
export MOZILLA_FIVE_HOME="$libdir/$pkg-$mozver" |
|
|
|
export LD_LIBRARY_PATH=\$MOZILLA_FIVE_HOME:\$LD_LIBRARY_PATH |
|
|
|
|
|
|
|
case "\$1" in |
|
|
@ -42,7 +42,7 @@ mnemosyne_thunderbird_prefs() { |
|
|
|
local ffopenurl="${bindir//$pkg/firefox}/firefox-openurl.sh" |
|
|
|
for x in http https ftp; do |
|
|
|
echo "pref(\"network.protocol-handler.app.$x\", \"$ffopenurl\");" |
|
|
|
done >> $libdir/${pkg}-${ver}/defaults/pref/all-thunderbird.js |
|
|
|
done >> $libdir/${pkg}-${mozver}/defaults/pref/all-thunderbird.js |
|
|
|
fi |
|
|
|
} |
|
|
|
|