Remove unecessary <Enter> from aerc.conf.in
The new-email config example has "<Enter>" at the end unecessarily, since this makes the "<Enter>" text show up in a notification instead of functioning as a Return keypress.
This commit is contained in:
parent
94ce215e58
commit
d3faf66c50
|
@ -162,7 +162,7 @@ text/*=awk -f @SHAREDIR@/filters/plaintext
|
|||
# Triggers specify commands to execute when certain events occur.
|
||||
#
|
||||
# Example:
|
||||
# new-email=exec notify-send "New email from %n" "%s"<Enter>
|
||||
# new-email=exec notify-send "New email from %n" "%s"
|
||||
|
||||
#
|
||||
# Executed when a new email arrives in the selected folder
|
||||
|
|
Loading…
Reference in New Issue