summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJens Grassel <jens@wegtam.com>2022-03-22 14:18:09 +0100
committerRobin Jarry <robin@jarry.cc>2022-03-23 20:56:22 +0100
commit374d3a0d01a3dbaa246acd9bbd23df743addf477 (patch)
tree6670dcca9d1975925e77910f69321878efc054bf /Makefile
parentae83373fa63883f03bd5580ad3937d1e5fa428ed (diff)
downloadaerc-374d3a0d01a3dbaa246acd9bbd23df743addf477.zip
Add filter script for ics files.
This is a python script for python 3 using the vobject library to show details about an ics file (text/calendar attachment). Signed-off-by: Jens Grassel <jens@wegtam.com> Tested-by: Moritz Poldrack <moritz@poldrack.dev>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 427667b..4967182 100644
--- a/Makefile
+++ b/Makefile
@@ -105,6 +105,7 @@ install: $(DOCS) aerc
install -m755 filters/hldiff $(DESTDIR)$(SHAREDIR)/filters/hldiff
install -m755 filters/html $(DESTDIR)$(SHAREDIR)/filters/html
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
install -m644 templates/quoted_reply $(DESTDIR)$(SHAREDIR)/templates/quoted_reply
install -m644 templates/forward_as_body $(DESTDIR)$(SHAREDIR)/templates/forward_as_body