diff options
author | Francis Dinh <archaeme@biribiri.dev> | 2019-05-22 16:34:50 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-05-22 16:35:35 -0400 |
commit | 1ec72f879fd2432b0c51684bda85757b1e8ffe04 (patch) | |
tree | 6645d37a80530fff223c4d7ffc90b4acd945fff8 /doc | |
parent | 78fc83ef3d73cd0a2d988e464d5caf1e7ccf79e3 (diff) | |
download | aerc-1ec72f879fd2432b0c51684bda85757b1e8ffe04.tar.gz |
Minor fixes to list of filter dependencies
- "sockify" -> "socksify" - Added colorama dependency
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc-config.5.scd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index 62e1461..22923aa 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -99,7 +99,7 @@ text/*=/usr/share/aerc/filters/plaintext.py ``` Note that the filters which are installed with aerc have additional -dependencies, such as Python, sockify, and w3m. +dependencies, such as Python, colorama, socksify, and w3m. # ACCOUNTS.CONF |