summaryrefslogtreecommitdiff
path: root/aerc/aerc.conf
diff options
context:
space:
mode:
authorJan Krautmacher <jan.krautmacher@indurad.com>2025-09-25 07:19:27 +0200
committerxengineering <me@xengineering.eu>2025-09-25 07:35:06 +0200
commit66575c69f30041c0646ae472356c1c80beab1d24 (patch)
tree74d1dcd928996247ba73cb318f70f6e6b64b8973 /aerc/aerc.conf
parent822855a27ac7d25504574e16feabadfb0e3c3608 (diff)
downloaddotfiles-66575c69f30041c0646ae472356c1c80beab1d24.tar
dotfiles-66575c69f30041c0646ae472356c1c80beab1d24.tar.zst
dotfiles-66575c69f30041c0646ae472356c1c80beab1d24.zip
aerc: Fix desktop notifications
The configuration file syntax changed.
Diffstat (limited to 'aerc/aerc.conf')
-rw-r--r--aerc/aerc.conf6
1 files changed, 1 insertions, 5 deletions
diff --git a/aerc/aerc.conf b/aerc/aerc.conf
index 8e8b5f3..213dc8c 100644
--- a/aerc/aerc.conf
+++ b/aerc/aerc.conf
@@ -213,6 +213,7 @@ text/*=awk -f /usr/lib/aerc/filters/plaintext
#
# Triggers specify commands to execute when certain events occur.
#
+new-email=exec notify-send "New email from %n" "%s"
[templates]
# Templates are used to populate email bodies automatically.
@@ -233,8 +234,3 @@ quoted-reply=quoted_reply
#
# default: forward_as_body
forwards=forward_as_body
-
-[hooks]
-
-mail-received = notify-send "🖂 $AERC_FROM_NAME" "$AERC_SUBJECT"
-