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:
Erazem Kokot 2020-04-27 20:19:05 +02:00 committed by Reto Brunner
parent 94ce215e58
commit d3faf66c50
1 changed files with 1 additions and 1 deletions

View File

@ -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