Fix typo in mail-received hook for aerc

This commit is contained in:
Ensar Sarajčić 2024-01-19 10:09:04 +01:00
parent 6605d67a03
commit 735439487b

View file

@ -277,7 +277,7 @@ image/*=catimg -w $(tput cols) -
#
# Executed when a new email arrives in the selected folder
mail-received=notify-send "New email from %AERC_FROM_NAME" "$AERC_SUBJECT"
mail-received=notify-send "New email from $AERC_FROM_NAME" "$AERC_SUBJECT"
aerc-startup=aerc :terminal khal interactive && aerc :next-tab
[templates]