diff options
author | Jens Grassel <jens@wegtam.com> | 2022-04-16 17:40:31 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-04-17 12:17:43 +0200 |
commit | 1ecee8efa5319cc9628deca04c354b2ebf87d89c (patch) | |
tree | 858b4d9d8d51f0cf463592909af0199fbd814d13 /Makefile | |
parent | 029ff639293efc34c72139e445a8ff452c1da408 (diff) | |
download | aerc-1ecee8efa5319cc9628deca04c354b2ebf87d89c.tar.gz |
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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |