diff options
author | Erazem Kokot <contact@erazem.eu> | 2020-04-27 20:19:05 +0200 |
---|---|---|
committer | Reto Brunner <reto@labrat.space> | 2020-04-28 00:25:49 +0200 |
commit | d3faf66c503b847eb3a4a913081f1dd2f777d157 (patch) | |
tree | 3611d2578d874b477a025195e884b5568f685d54 | |
parent | 94ce215e583d3fb9ae907bfd0b308c51ff6d717b (diff) | |
download | aerc-d3faf66c503b847eb3a4a913081f1dd2f777d157.tar.gz |
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.
-rw-r--r-- | config/aerc.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/aerc.conf.in b/config/aerc.conf.in index 664c4ac9..3348efac 100644 --- a/config/aerc.conf.in +++ b/config/aerc.conf.in @@ -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 |