From 933c6d74bc42e1446162f5d2aa4b0636acb281d6 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 25 May 2020 16:40:18 +1200 Subject: Revert "Use an em-dask for HTML-ized mail signa... This reverts commit a5af1a7fd84d5610b47e9de9c54f1c49b87dacb5. Pandoc decided to make that into an entire horizontal line! --- mutt/filters/markdown-to-html.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutt/filters/markdown-to-html.sh b/mutt/filters/markdown-to-html.sh index b0b8eee7..cdba8ace 100644 --- a/mutt/filters/markdown-to-html.sh +++ b/mutt/filters/markdown-to-html.sh @@ -1,5 +1,5 @@ printf 'text/html\n\n' -sed 's/ $/ /;/[^ ]$/s/$/ /;s/^-- $/--- /' | +sed 's/ $/ /;/[^ ]$/s/$/ /;s/^-- $/-- /' | pandoc \ --from markdown_strict+smart \ --metadata=pagetitle:HTML \ -- cgit v1.2.3 From 6405ee9043d4e1c7ff90335747aea8aa7fd1a799 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 25 May 2020 16:40:54 +1200 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 55803f33..2d0f4a97 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -tejr dotfiles v9.10.3 -Mon, 25 May 2020 04:35:13 +0000 +tejr dotfiles v9.10.4 +Mon, 25 May 2020 04:40:49 +0000 -- cgit v1.2.3