diff options
author | Robin Jarry <robin@jarry.cc> | 2024-01-06 22:05:26 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2024-01-06 22:06:06 +0100 |
commit | ff933b5664a38c7ecf09d975bd71da7437dd3927 (patch) | |
tree | c3d13bc2d48970a8b91f0f2560993570f125e37b | |
parent | 26ac6259aa8ad0fd3a7e9631e74d1019c984ea0b (diff) | |
download | aerc-ff933b5664a38c7ecf09d975bd71da7437dd3927.tar.gz |
doc: fix typo in aerc-tutorial
There's no colorized filter.
Fixes: c56e938f9c82 ("doc: proofreading")
Signed-off-by: Robin Jarry <robin@jarry.cc>
-rw-r--r-- | doc/aerc-tutorial.7.scd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/aerc-tutorial.7.scd b/doc/aerc-tutorial.7.scd index bffa39ff..950be1d7 100644 --- a/doc/aerc-tutorial.7.scd +++ b/doc/aerc-tutorial.7.scd @@ -137,7 +137,7 @@ When displaying messages in the message viewer, aerc will pipe them through a message filter first. This allows you to decode messages in non-plaintext formats, add syntax highlighting, etc. aerc ships with a few default filters: -- _text/plain_ parts are piped through the _colorized_ built-in filter which +- _text/plain_ parts are piped through the _colorize_ built-in filter which handles URL, quotes and diff coloring. - _text/calendar_ is processed to be human readable text - _text/html_ (disabled by default) can be uncommented to pipe through the |