diff options
author | Francis Dinh <normandy@firemail.cc> | 2019-02-22 00:49:30 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-02-22 11:46:07 -0500 |
commit | 76d97a0b4734a7c3366f10e9edd87e22574e6405 (patch) | |
tree | 1d807db6b3ff10f31b1d5b2ee123904cd67a03f9 | |
parent | 851d3e2d946523d0e567944c95cca06b7e6e24b8 (diff) | |
download | sr.ht-docs-76d97a0b4734a7c3366f10e9edd87e22574e6405.tar.gz |
Mention ways to download raw messages from a thread
-rw-r--r-- | lists.sr.ht/index.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lists.sr.ht/index.md b/lists.sr.ht/index.md index 7f6c0a9..08e4fc1 100644 --- a/lists.sr.ht/index.md +++ b/lists.sr.ht/index.md @@ -76,6 +76,18 @@ discussion form. To reply to a message, click the author's email address. +## Downloading messages + +Additionally, messages in the thread can be downloaded in raw form, either +individually or as a whole in an mbox format. This is useful for applying +submitted patches via `git am`/`hg import` among other uses. + +Raw individual messages can be found by clicking on "Details" and following +the link there. + +Mbox files can be downloaded by clicking on "Export thread (mbox)" on the +sidebar. + # List Administration List access controls are available on your list settings, which can be accessed |