Skip to content

Instantly share code, notes, and snippets.

@m-ueberall
Created October 28, 2018 08:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save m-ueberall/c5df7d50c896e77941fb29fad8e10801 to your computer and use it in GitHub Desktop.
Save m-ueberall/c5df7d50c896e77941fb29fad8e10801 to your computer and use it in GitHub Desktop.
Get ImportExportTools (v3.3.0) extension to work again with Thunderbird 60.2.1
mkdir /tmp/ie
cd /tmp/ie
#wget -O importexporttools-3.3.0-sm+tb.xpi https://addons.thunderbird.net/thunderbird/downloads/latest/importexporttools/addon-324492-latest.xpi
wget https://addons.thunderbird.net/thunderbird/downloads/latest/importexporttools/addon-324492-latest.xpi
unzip *.xpi install.rdf
sed -i 's|59|99|' install.rdf
zip -9mu *.xpi install.rdf
# now install the add-on "from file" (see, e.g., http://kb.mozillazine.org/Extensions_%28Thunderbird%29)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment