diff options
author | Jens Grassel <jens@wegtam.com> | 2022-03-22 14:18:09 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-03-23 20:56:22 +0100 |
commit | 374d3a0d01a3dbaa246acd9bbd23df743addf477 (patch) | |
tree | 6670dcca9d1975925e77910f69321878efc054bf /Makefile | |
parent | ae83373fa63883f03bd5580ad3937d1e5fa428ed (diff) | |
download | aerc-374d3a0d01a3dbaa246acd9bbd23df743addf477.tar.gz |
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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |