diff options
author | Jan Krautmacher <jan.krautmacher@indurad.com> | 2025-09-25 07:19:27 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-09-25 07:35:06 +0200 |
commit | 66575c69f30041c0646ae472356c1c80beab1d24 (patch) | |
tree | 74d1dcd928996247ba73cb318f70f6e6b64b8973 /aerc | |
parent | 822855a27ac7d25504574e16feabadfb0e3c3608 (diff) | |
download | dotfiles-66575c69f30041c0646ae472356c1c80beab1d24.tar dotfiles-66575c69f30041c0646ae472356c1c80beab1d24.tar.zst dotfiles-66575c69f30041c0646ae472356c1c80beab1d24.zip |
aerc: Fix desktop notifications
The configuration file syntax changed.
Diffstat (limited to 'aerc')
-rw-r--r-- | aerc/aerc.conf | 6 |
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" - |