Fix typo in `mail-received` hook for aerc

main
Ensar Sarajčić 2024-01-19 10:09:04 +01:00
parent 6605d67a03
commit 735439487b
1 changed files with 1 additions and 1 deletions

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]