From 154607271a4b67a31901fc466a420bc3b15781b0 Mon Sep 17 00:00:00 2001 From: Maarten Aertsen Date: Tue, 16 Apr 2024 09:03:24 +0200 Subject: config: add flag-changed hook to default config Add `flag-changed=` to the hooks section of aerc.conf, with a (commented) default corrensponding to the docs. Signed-off-by: Maarten Aertsen Acked-by: Robin Jarry --- config/aerc.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/aerc.conf b/config/aerc.conf index 5fa1e6f1..f74d1c0f 100644 --- a/config/aerc.conf +++ b/config/aerc.conf @@ -809,6 +809,10 @@ message/rfc822=colorize # Executed when aerc shuts down. #aerc-shutdown= +# +# Executed when flags are changed on a message. +#flag-changed=mbsync "$AERC_ACCOUNT:$AERC_FOLDER" & + [templates] # Templates are used to populate email bodies automatically. # -- cgit v1.2.3-54-g00ecf