diff options
| author | Abhilash Raj | 2015-08-13 16:26:07 +0530 |
|---|---|---|
| committer | Barry Warsaw | 2015-08-30 10:35:26 -0400 |
| commit | 8ce09f900acbc59f2472f61c680a2c7b3c41ae5b (patch) | |
| tree | 52a73442f197c754834d0e965e196474daa18509 | |
| parent | fee3a42ec0b9ca8a13c7e1fe508212b1af7fccea (diff) | |
| download | mailman-8ce09f900acbc59f2472f61c680a2c7b3c41ae5b.tar.gz mailman-8ce09f900acbc59f2472f61c680a2c7b3c41ae5b.tar.zst mailman-8ce09f900acbc59f2472f61c680a2c7b3c41ae5b.zip | |
Add some documentation for archiver links in footer
| -rw-r--r-- | src/mailman/handlers/docs/decorate.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mailman/handlers/docs/decorate.rst b/src/mailman/handlers/docs/decorate.rst index bc98d3d28..385429bb9 100644 --- a/src/mailman/handlers/docs/decorate.rst +++ b/src/mailman/handlers/docs/decorate.rst @@ -122,6 +122,15 @@ will remain in the header or footer unchanged. $dummy footer +Adding URL to archiver in the message footer +============================================ + +You can add links to archived messages in footer using some of the pre-defined +variables. Any variable of the type ``<archiver_name>_url`` for any of the +active archivers of the list. For example, if you have Hyperkitty enabled you +can add ``${hyperkitty_url}`` to point to the message in Hyperkitty. + + Handling RFC 3676 'format=flowed' parameters ============================================ |
