Fix typo in `mail-received` hook for aerc
parent
6605d67a03
commit
735439487b
|
@ -277,7 +277,7 @@ image/*=catimg -w $(tput cols) -
|
||||||
|
|
||||||
#
|
#
|
||||||
# Executed when a new email arrives in the selected folder
|
# 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
|
aerc-startup=aerc :terminal khal interactive && aerc :next-tab
|
||||||
|
|
||||||
[templates]
|
[templates]
|
||||||
|
|
Loading…
Reference in New Issue