diff options
| author | xengineering <me@xengineering.eu> | 2025-09-25 07:19:27 +0200 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2025-09-25 07:35:06 +0200 |
| commit | a952f6eb4b8ab4df0da03a773c3b81f702a0efd2 (patch) | |
| tree | 74d1dcd928996247ba73cb318f70f6e6b64b8973 /aerc/aerc.conf | |
| parent | d511960e2a1cf39207aa4e6cf95d61dbe90e16b8 (diff) | |
| download | dotfiles-a952f6eb4b8ab4df0da03a773c3b81f702a0efd2.tar dotfiles-a952f6eb4b8ab4df0da03a773c3b81f702a0efd2.tar.zst dotfiles-a952f6eb4b8ab4df0da03a773c3b81f702a0efd2.zip | |
aerc: Fix desktop notifications
The configuration file syntax changed.
Diffstat (limited to 'aerc/aerc.conf')
| -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" - |
