aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMoritz Poldrack <git@moritz.sh>2023-01-27 19:48:55 +0100
committerRobin Jarry <robin@jarry.cc>2023-01-29 21:54:05 +0100
commit17ce7c762cb10ce4272de8ddd45367ba94360456 (patch)
tree586a22def17636d4db31a185de6a25e08bc370c7 /CHANGELOG.md
parent549eab7f2ce96d8b1c80b922515b3ae3c3914fc8 (diff)
downloadaerc-17ce7c762cb10ce4272de8ddd45367ba94360456.tar.gz
templates: add trimSignature function
Some contacts, especially corporate, include a wall of text in their signatures. To not clutter the reply chain, this commit introduces a new function to the templating engine that removes the signature from a message. Link: https://learn.microsoft.com/en-us/microsoft-365/admin/setup/create-signatures-and-disclaimers Signed-off-by: Moritz Poldrack <git@moritz.sh> Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index db160094..53c1dcbe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- New column-based message list format with `index-columns`.
- Add a `msglist_answered` style for answered messages.
- Compose `Format=Flowed` messages with `format-flowed=true` in `aerc.conf`.
+- Add a `trimSignature` function to the templating engine.
### Changed