aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2022-02-20 23:36:02 +0100
committerRobin Jarry <robin@jarry.cc>2022-02-20 23:48:44 +0100
commit04b3d172e0f76265a5239c3cceeebdc3be5e73f7 (patch)
tree1b41361cc5586cfccaf787b14e25605e8323ae2e
parent6c460493efafb065822a9bb4454599f5c6522c61 (diff)
downloadaerc-04b3d172e0f76265a5239c3cceeebdc3be5e73f7.tar.gz
aerc-04b3d172e0f76265a5239c3cceeebdc3be5e73f7.zip
filters: rename plaintext to colorize
This filter script is not compatible with the previous one. Rename it to avoid issues with existing configs. Fixes: bca93cd91536 ("filters: add a more complete plaintext filter") Signed-off-by: Robin Jarry <robin@jarry.cc>
-rw-r--r--Makefile2
-rwxr-xr-xfilters/colorize (renamed from filters/plaintext)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9fc0432f..4481a8b2 100644
--- a/Makefile
+++ b/Makefile
@@ -89,9 +89,9 @@ install: $(DOCS) aerc
install -m644 config/accounts.conf $(DESTDIR)$(SHAREDIR)/accounts.conf
install -m644 config/aerc.conf $(DESTDIR)$(SHAREDIR)/aerc.conf
install -m644 config/binds.conf $(DESTDIR)$(SHAREDIR)/binds.conf
+ 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/plaintext $(DESTDIR)$(SHAREDIR)/filters/plaintext
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
diff --git a/filters/plaintext b/filters/colorize
index f4801ebf..f4801ebf 100755
--- a/filters/plaintext
+++ b/filters/colorize