text-highlight: Update 'highlight' arguments

The highlight itself claims on the terminal:

   highlight: deprecated option 'failsafe' will be removed in v4.0 stable; valid alternatives: 'force'

thus replace the deprecated 'failsafe' with the new 'force' argument.
This commit is contained in:
Milan Crha
2025-02-04 12:25:35 +01:00
parent 976c3addbb
commit 28db3facac

View File

@ -296,7 +296,7 @@ emfe_text_highlight_format (EMailFormatterExtension *extension,
"--include-style",
"--inline-css",
"--encoding=none",
"--failsafe",
"--force",
NULL };
if (!emfe_text_highlight_formatter_is_enabled ()) {