aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-06-07 11:56:48 -0400
committerDrew DeVault <sir@cmpwn.com>2019-06-07 11:56:48 -0400
commitdf1209b60eeefaf1ce1b2390b03981fdf9c26c4c (patch)
tree50d660e232c2ae0f18507e4d7dad62e00f1a2ec4 /doc
parent6e61f58d8684ae8879482d371219d8ae5c00a39d (diff)
Update docs per filters rewrite
Diffstat (limited to 'doc')
-rw-r--r--doc/aerc-config.5.scd14
-rw-r--r--doc/aerc-tutorial.7.scd4
2 files changed, 7 insertions, 11 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd
index 84a1c21..409e863 100644
--- a/doc/aerc-config.5.scd
+++ b/doc/aerc-config.5.scd
@@ -89,17 +89,9 @@ You can also match on non-mimetypes, by prefixing with the header to match
against (non-case-sensitive) and a comma, e.g. subject,text will match a
subject which contains "text". Use header,~regex to match against a regex.
-Most aerc installations come with some useful filters, typically installed in
-/usr/share/aerc/filters. Here is an example config which uses these filters:
-
-```
-subject,~^\[PATCH=/usr/share/aerc/filters/hldiff.py
-text/html=/usr/share/aerc/filters/html
-text/*=/usr/share/aerc/filters/plaintext.py
-```
-
-Note that the filters which are installed with aerc have additional
-dependencies, such as Python, colorama, socksify, and w3m.
+aerc ships with some default filters installed in the share directory (usually
+_/usr/share/aerc/filters_). Note that these may have additional dependencies
+that aerc does not have alone.
# ACCOUNTS.CONF
diff --git a/doc/aerc-tutorial.7.scd b/doc/aerc-tutorial.7.scd
index 1b9bd53..67dd32f 100644
--- a/doc/aerc-tutorial.7.scd
+++ b/doc/aerc-tutorial.7.scd
@@ -50,6 +50,10 @@ alternative formats) show a part selector on the bottom of the message viewer.
*q*
Close the message viewer
+To show HTML messages, comment out the *text/html* filter in your aerc.conf
+file (which is probably in ~/.config/aerc/) and install its dependencies: w3m
+and dante-utils.
+
# COMPOSING MESSAGES
Return to the message list by pressing *q* to dismiss the message viewer. Once