Update docs per filters rewrite
This commit is contained in:
parent
6e61f58d86
commit
df1209b60e
|
@ -11,14 +11,6 @@ Install the dependencies:
|
||||||
- go (>=1.12)
|
- go (>=1.12)
|
||||||
- scdoc
|
- scdoc
|
||||||
|
|
||||||
aerc optionally depends on the following for display filters (you'll have to
|
|
||||||
change the default aerc.conf if you don't want these):
|
|
||||||
|
|
||||||
- python (>=3.7)
|
|
||||||
- colorama
|
|
||||||
- w3m
|
|
||||||
- socksify (part of the dante or dante-utils package)
|
|
||||||
|
|
||||||
Then compile aerc:
|
Then compile aerc:
|
||||||
|
|
||||||
$ make
|
$ make
|
||||||
|
|
|
@ -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
|
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.
|
subject which contains "text". Use header,~regex to match against a regex.
|
||||||
|
|
||||||
Most aerc installations come with some useful filters, typically installed in
|
aerc ships with some default filters installed in the share directory (usually
|
||||||
/usr/share/aerc/filters. Here is an example config which uses these filters:
|
_/usr/share/aerc/filters_). Note that these may have additional dependencies
|
||||||
|
that aerc does not have alone.
|
||||||
```
|
|
||||||
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.
|
|
||||||
|
|
||||||
# ACCOUNTS.CONF
|
# ACCOUNTS.CONF
|
||||||
|
|
||||||
|
|
|
@ -50,6 +50,10 @@ alternative formats) show a part selector on the bottom of the message viewer.
|
||||||
*q*
|
*q*
|
||||||
Close the message viewer
|
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
|
# COMPOSING MESSAGES
|
||||||
|
|
||||||
Return to the message list by pressing *q* to dismiss the message viewer. Once
|
Return to the message list by pressing *q* to dismiss the message viewer. Once
|
||||||
|
|
Loading…
Reference in New Issue