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:
@ -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 ()) {
|
||||
|
||||
Reference in New Issue
Block a user