summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJens Grassel <jens@wegtam.com>2022-04-16 17:40:31 +0200
committerRobin Jarry <robin@jarry.cc>2022-04-17 12:17:43 +0200
commit1ecee8efa5319cc9628deca04c354b2ebf87d89c (patch)
tree858b4d9d8d51f0cf463592909af0199fbd814d13 /Makefile
parent029ff639293efc34c72139e445a8ff452c1da408 (diff)
downloadaerc-1ecee8efa5319cc9628deca04c354b2ebf87d89c.zip
Add html "unsafe" filter to work also without dante
If socksify (from dante) is not installed then the filter uses w3m without it to render an html message part. Signed-off-by: Jens Grassel <jens@wegtam.com> Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3e7d89b..b98ffca 100644
--- a/Makefile
+++ b/Makefile
@@ -105,6 +105,7 @@ install: $(DOCS) aerc
install -m755 filters/colorize $(DESTDIR)$(SHAREDIR)/filters/colorize
install -m755 filters/hldiff $(DESTDIR)$(SHAREDIR)/filters/hldiff
install -m755 filters/html $(DESTDIR)$(SHAREDIR)/filters/html
+ install -m755 filters/html-unsafe $(DESTDIR)$(SHAREDIR)/filters/html-unsafe
install -m755 filters/plaintext $(DESTDIR)$(SHAREDIR)/filters/plaintext
install -m755 filters/show-ics-details.py $(DESTDIR)$(SHAREDIR)/filters/show-ics-details.py
install -m644 templates/new_message $(DESTDIR)$(SHAREDIR)/templates/new_message