diff options
author | Leszek CimaĆa <ernierasta@zori.cz> | 2020-01-08 21:44:16 +0100 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-01-09 14:31:19 -0500 |
commit | d238272bdbbe5f417c3ec07e5ce39a77a9a97bd9 (patch) | |
tree | ba5400d5fb92aab25f07aeb4c3d0b960a7e88636 /doc | |
parent | 5255585b3b550bf9968f9d71c12274dd2ce5f210 (diff) | |
download | aerc-d238272bdbbe5f417c3ec07e5ce39a77a9a97bd9.tar.gz |
add .OriginalMIMEType variable to reply template
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc-templates.7.scd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/aerc-templates.7.scd b/doc/aerc-templates.7.scd index 3c8b123..9382f2e 100644 --- a/doc/aerc-templates.7.scd +++ b/doc/aerc-templates.7.scd @@ -60,6 +60,12 @@ available always. Example: {{.Subject}} +*MIME Type* + MIME Type is available for quoted reply. + + - OriginalMIMEType: MIME type info of quoted mail part. Usually + "text/plain" or "text/html". + *Original Message* When using quoted reply or forward, the original message is available. It can be used using two functions that are available to templates. |