From 3a02b6fb8024e6bb046fc167e7527aad1b192202 Mon Sep 17 00:00:00 2001 From: Manos Pitsidianakis Date: Sun, 30 Apr 2023 19:14:47 +0300 Subject: [PATCH] README.md: mention how to override w3m with html_filter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 37f61e15..eb135ad0 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ or if building directly with cargo, use the flag `--features="jmap"'. ### HTML Rendering HTML rendering is achieved using [w3m](https://github.com/tats/w3m) by default. +You can use the `pager.html_filter` setting to override this (for more details you can consult [`meli.conf(5)`](./docs/meli.conf.5)). # Development