aerc/config
Robin Jarry 6c460493ef config: fix default text/plain filter
; is a special character for the INI format. It starts a comment and
apparently cannot be escaped nor quoted. This causes the default
text/plain filter to be truncated and causes this obscure error when
viewing a message:

  sh: 1: Syntax error: Unterminated quoted string

Debugging shows that the filter command is:

  sh -c "sed 's/^>\\+.*/\\x1b[2"

Remove the explicit dim style. It should be the default anyway.

Fixes: 7c3ce816c8 ("config: set a default filter for text/plain")
Signed-off-by: Robin Jarry <robin@jarry.cc>
2022-02-19 23:11:03 +01:00
..
accounts.conf Copy sent emails to the Sent folder 2019-05-15 19:41:21 -04:00
aerc.conf config: fix default text/plain filter 2022-02-19 23:11:03 +01:00
bindings.go review: display actual bindings for commands 2022-02-02 22:12:08 +01:00
bindings_test.go bindings: support more modified keys 2021-10-28 16:22:28 +02:00
binds.conf binds.conf: change default review bindings 2022-02-02 22:12:08 +01:00
config.go config: do not hardcode sharedir 2022-02-19 15:24:55 +01:00
default_styleset fix aerc-stylesets(7) typos 2020-12-13 10:30:56 +01:00
style.go update tcell to v2 and enable TrueColor support 2020-12-18 07:23:22 +01:00
triggers.go index: add this-week-time-format 2021-11-06 17:34:20 +01:00