From 28db3facacc91a11eb6fe3d934c953435cb34ffd Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Tue, 4 Feb 2025 12:25:35 +0100 Subject: [PATCH] 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. --- src/modules/text-highlight/e-mail-formatter-text-highlight.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/text-highlight/e-mail-formatter-text-highlight.c b/src/modules/text-highlight/e-mail-formatter-text-highlight.c index 052260d4a0..bb44c4eaf1 100644 --- a/src/modules/text-highlight/e-mail-formatter-text-highlight.c +++ b/src/modules/text-highlight/e-mail-formatter-text-highlight.c @@ -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 ()) {