aerc/filters
Robin Jarry d2c239292e filters: fix colorize urls in signatures
When a signature contains a line that starts with an url, the url is not
highlighted properly:

  --
  Foobar
  [38;2;255;255;175mmhttps://foobar.org

The trailing m of the signature color start \x1b[38;2;175;135;255m is
considered as part of the URL scheme (i.e. mhttps:// instead of
https://). Colorize the URLs first before wrapping with the signature
color.

Fixes: df8c129235 ("filters: port colorize to awk")
Signed-off-by: Robin Jarry <robin@jarry.cc>
2022-03-03 21:38:02 +01:00
..
colorize filters: fix colorize urls in signatures 2022-03-03 21:38:02 +01:00
hldiff Strip carriage returns (^M) when filtering emails 2019-08-20 16:05:20 +09:00
html Move contrib -> filters 2019-06-27 09:32:46 -04:00
plaintext filters: restore plaintext awk script 2022-02-20 23:46:29 +01:00