AutoYADM commit: 2025-06-03 14:30:15

This commit is contained in:
Daniel Fichtinger 2025-06-03 14:30:15 -04:00
parent b28a8ebc63
commit 59719cf555
2 changed files with 2 additions and 2 deletions

View file

@ -745,7 +745,7 @@ format-flowed=true
# #
# Example (obviously, this requires that you write your main text/plain body # Example (obviously, this requires that you write your main text/plain body
# using the markdown syntax): # using the markdown syntax):
text/html=pandoc -f markdown -t html --standalone text/html=mailfmt --markdown-safe | pandoc -f markdown -t html --standalone
[filters] [filters]
# #

View file

@ -90,7 +90,7 @@ hook global WinSetOption filetype=mail %~
ui-scrolloff-disable ui-scrolloff-disable
} }
} catch %{ } catch %{
set-option window formatcmd '/home/fic/dev/utils/mail-utils/format.py' set-option window formatcmd 'mailfmt'
set-option window comment_line '>' set-option window comment_line '>'
try autospell-enable try autospell-enable
hook -group mail-auto-format window BufWritePre .* format hook -group mail-auto-format window BufWritePre .* format