diff options
-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" - |