summary refs log tree commit diff
path: root/Documentation/contributing/replying.adoc
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-02-11 14:56:51 +0000
committerAlyssa Ross <hi@alyssa.is>2023-02-21 23:04:20 +0000
commitb0e74a9f5d37d5f16372617fe8f404b24a56ddd2 (patch)
treec3b775902dee4ee7fde1c5fdf39b9a68da54b7c9 /Documentation/contributing/replying.adoc
parenta96f09dfa6a247e2ba8068a348522a48b885dec3 (diff)
downloadspectrum-b0e74a9f5d37d5f16372617fe8f404b24a56ddd2.tar
spectrum-b0e74a9f5d37d5f16372617fe8f404b24a56ddd2.tar.gz
spectrum-b0e74a9f5d37d5f16372617fe8f404b24a56ddd2.tar.bz2
spectrum-b0e74a9f5d37d5f16372617fe8f404b24a56ddd2.tar.lz
spectrum-b0e74a9f5d37d5f16372617fe8f404b24a56ddd2.tar.xz
spectrum-b0e74a9f5d37d5f16372617fe8f404b24a56ddd2.tar.zst
spectrum-b0e74a9f5d37d5f16372617fe8f404b24a56ddd2.zip
Documentation: move "Working with Patches" under "Contributing"
This is all information about how to contribute to Spectrum, so I
think it makes more sense here than under "Development".

Signed-off-by: Alyssa Ross <hi@alyssa.is>
Message-Id: <20230211145650.740649-1-hi@alyssa.is>
Diffstat (limited to 'Documentation/contributing/replying.adoc')
-rw-r--r--Documentation/contributing/replying.adoc27
1 files changed, 27 insertions, 0 deletions
diff --git a/Documentation/contributing/replying.adoc b/Documentation/contributing/replying.adoc
new file mode 100644
index 0000000..63fbba8
--- /dev/null
+++ b/Documentation/contributing/replying.adoc
@@ -0,0 +1,27 @@
+= Replying to Messages in the Mailing List Archives
+:page-parent: Working with Patches
+:page-grand_parent: Contributing
+:page-nav_order: 3
+
+// SPDX-FileCopyrightText: 2022 Alyssa Ross <hi@alyssa.is>
+// SPDX-License-Identifier: GFDL-1.3-no-invariants-or-later OR CC-BY-SA-4.0
+
+Discussion of Spectrum takes place on
+https://spectrum-os.org/participating.html#mailing-lists[mailing
+lists].
+
+Make sure to Reply All when replying to messages, so that the message
+is sent to the mailing list and not just to the person you reply to.
+
+== Getting a copy of a message
+
+You may want to reply to a mailing list message that you do not have a
+copy of in your mail client, because you are not subscribed to the
+list or because you subscribed after the message was sent.
+
+To do this, find the message you want to reply to in the
+https://spectrum-os.org/lists/archives[public-inbox list archives],
+click on the "reply" link at the bottom of the message, then click the
+"mbox" link.  Save the result to a file, then open it in your mail
+client.  This should import the message and allow you to Reply All to
+it as normal.