diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/aerc.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/aerc.conf b/config/aerc.conf index 79a3936a..3eb30c45 100644 --- a/config/aerc.conf +++ b/config/aerc.conf @@ -469,7 +469,7 @@ # Filters allow you to pipe an email body through a shell command to render # certain emails differently, e.g. highlighting them with ANSI escape codes. # -# The commands are invoked with sh -c. The following folders are appended to +# The commands are invoked with sh -c. The following folders are prepended to # the system $PATH to allow referencing filters from their name only: # # ${XDG_CONFIG_HOME:-~/.config}/aerc/filters @@ -480,6 +480,9 @@ # /usr/libexec/aerc/filters # /usr/share/aerc/filters # +# If you want to run a program in your default $PATH which has the same name +# as a builtin filter (e.g. /usr/bin/colorize), use its absolute path. +# # The following variables are defined in the filter command environment: # # AERC_MIME_TYPE the part MIME type/subtype |