diff options
author | Robin Jarry <robin@jarry.cc> | 2022-11-09 20:38:59 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-11-13 17:13:44 +0100 |
commit | 76002741072a61d1adcf97f708a3db9d544b27de (patch) | |
tree | 1d787b85f215340fbe5b47635df3ff6df3cb7312 /config | |
parent | 419d67fc6822651e9a0fa9a65698799fabc9ac87 (diff) | |
download | aerc-76002741072a61d1adcf97f708a3db9d544b27de.tar.gz |
filters: export more info to filter processes
Export some more environment variables to the pager commands.
Signed-off-by: Robin Jarry <robin@jarry.cc>
Acked-by: Koni Marti <koni.marti@gmail.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/aerc.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/aerc.conf b/config/aerc.conf index d024b4fd..557cea8e 100644 --- a/config/aerc.conf +++ b/config/aerc.conf @@ -357,7 +357,10 @@ no-attachment-warning= # The following variables are defined in the filter command environment: # # AERC_MIME_TYPE the part MIME type/subtype +# AERC_FORMAT the part content type format= parameter # AERC_FILENAME the attachment filename (if any) +# AERC_SUBJECT the message Subject header value +# AERC_FROM the message From header value # # The first filter which matches the email's mimetype will be used, so order # them from most to least specific. |