From 59719cf555f705630186a0f45e2c9b6f4e2941c0 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Tue, 3 Jun 2025 14:30:15 -0400 Subject: [PATCH] AutoYADM commit: 2025-06-03 14:30:15 --- .config/aerc/aerc.conf | 2 +- .config/kak/autoload/filetype.kak | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/aerc/aerc.conf b/.config/aerc/aerc.conf index 0c00c00a..7600373a 100644 --- a/.config/aerc/aerc.conf +++ b/.config/aerc/aerc.conf @@ -745,7 +745,7 @@ format-flowed=true # # Example (obviously, this requires that you write your main text/plain body # using the markdown syntax): -text/html=pandoc -f markdown -t html --standalone +text/html=mailfmt --markdown-safe | pandoc -f markdown -t html --standalone [filters] # diff --git a/.config/kak/autoload/filetype.kak b/.config/kak/autoload/filetype.kak index 98c49c8a..b1d3093c 100644 --- a/.config/kak/autoload/filetype.kak +++ b/.config/kak/autoload/filetype.kak @@ -90,7 +90,7 @@ hook global WinSetOption filetype=mail %~ ui-scrolloff-disable } } catch %{ - set-option window formatcmd '/home/fic/dev/utils/mail-utils/format.py' + set-option window formatcmd 'mailfmt' set-option window comment_line '>' try autospell-enable hook -group mail-auto-format window BufWritePre .* format