RealRaven2000/SmartTemplates

Remove deprecated `FileUtils.getFile()` to fix `%file%` in Tb 122 and later

Closed this issue · 1 comments

The function FileUtils.getFile() is deprecated from Thunderbird beta 122.

SmartTemplates uses it to test for existence of templates files, which can be replaced with IOUtils.exists(). This leads to problems with using %file% from this beta forward.

Patched version below:

smartTemplate-fx-4.4pre15.zip