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 /doc/aerc-config.5.scd | |
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 'doc/aerc-config.5.scd')
-rw-r--r-- | doc/aerc-config.5.scd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index 8a8f11c6..13ce7630 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -591,8 +591,14 @@ 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 (e.g. format=flowed) _AERC_FILENAME_ the attachment filename (if any) +_AERC_SUBJECT_ + the message Subject header value +_AERC_FROM_ + the message From header value Note that said email body is converted into UTF-8 before being passed to filters. |