Remove deprecated `FileUtils.getFile()` to fix `%file%` in Tb 122 and later
Closed this issue · 1 comments
RealRaven2000 commented
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:
RealRaven2000 commented
Implemented in Version 4.4.3 - 15/04/2024