summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2022-01-19 21:28:06 +0100
committerRobin Jarry <robin@jarry.cc>2022-01-19 21:42:41 +0100
commit877a94f5d9a7852af5fbcfd1196a4b1f4c676564 (patch)
tree798e640ec50520cdd040570ecf1f16fb911a1e2f /Makefile
parent92bf89c3389b8e08cf99d30cf20a818529680f51 (diff)
downloadaerc-877a94f5d9a7852af5fbcfd1196a4b1f4c676564.zip
compose: add default template for new messages
Allow defining a default template to use when composing new messages. Add an example to be used for new users. Signed-off-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 a2492e6..d37f2c7 100644
--- a/Makefile
+++ b/Makefile
@@ -99,6 +99,7 @@ install: all
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
install -m644 config/default_styleset $(DESTDIR)$(SHAREDIR)/stylesets/default