Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] zsh-development-guide: Document the new X-Seq autoreply bot.
- X-seq: zsh-workers 47308
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH] zsh-development-guide: Document the new X-Seq autoreply bot.
- Date: Sun, 9 Aug 2020 02:42:25 +0000
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-workers/2020-08/20200809024225.11965-1-danielsh%40tarpaulin.shahaf.local2>
- Authentication-results: zsh.org; iprev=pass (wout4-smtp.messagingengine.com) smtp.remote-ip=64.147.123.20; dkim=pass header.d=daniel.shahaf.name header.s=fm1 header.a=rsa-sha256; dkim=pass header.d=messagingengine.com header.s=fm3 header.a=rsa-sha256
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= daniel.shahaf.name; h=from:to:subject:date:message-id :mime-version:content-transfer-encoding; s=fm1; bh=XUgTqt6fZGho3 CSfFniCh8FLGZFOi+r1fFumhPVsrz8=; b=UdlS9CqE46HpHmhs6Z3YGqqLJwo73 WL4dGR1DKnDgPHyVs6pFfYO40KLnZj81gKmo0H7KUVppCKAEieIDppwVBrFjwba7 9NYTWeHEZjY2I6/TdsoBM55zK+PW0Tc4TFUUVoIAil3badkMNA0i3LK7X3BTlsOq IAZBkz0rI5Wa1qlpKucqpzQzOzb5zWaC5bG1mPNfYYuxMVWaNBmDeRoSI2c/vE8X vjsnwitgnXpk/+jQ0xOg3H4phHRKx3ykGTfmY0xki7bDQUKtvanX3LQL8MqQKwdc OlooHEpXJ8tLKEtfTtTTbw21raTFD9cU2PUJb+27hA+yYpVG2uHFNftfQ==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:date:from :message-id:mime-version:subject:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=XUgTqt6fZGho3CSfF niCh8FLGZFOi+r1fFumhPVsrz8=; b=Ird5E6eKxNTXdYysZ6h2fc3C62F2JDMBb 83rG9tHYjR/jibPH0pabkt24aLLcb2kgr/yD+lUPxoJkD8qE2sDyOumHya1rArr6 yPy7rRc4EOald9X5ZDXePGEqUyw+GPTeuWVUIYdFiIYHm2M9iaUVEbWvtZpKW3uW 68tfT4MifTdLjqFYOOF9a4Gi36zndM+74otjd6MZ5CZWTUpX1UYibRsV7HdeqnAU oAJSgwtsfJAjyMevQIisYcy2O3pOjV+cflUrz0Wpa+PEi7rrRGauE8sMzdx7NCj8 JlEdzaTlfXcaVX5XwxedYjGWZjsiNFjlqBnyg99hj9X13+RSzV2qw==
- List-archive: <http://www.zsh.org/sympa/arc/zsh-workers>
- List-help: <mailto:sympa@zsh.org?subject=help>
- List-id: <zsh-workers.zsh.org>
- List-owner: <mailto:zsh-workers-request@zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-subscribe: <mailto:sympa@zsh.org?subject=subscribe%20zsh-workers>
- List-unsubscribe: <mailto:sympa@zsh.org?subject=unsubscribe%20zsh-workers>
- Sender: Sympa Owner <sympa@xxxxxxx>
---
Before anyone points it out, yes, we know the HTML archives aren't
updating yet. We've haven't gotten around to setting mhonarc up.
Etc/zsh-development-guide | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/Etc/zsh-development-guide b/Etc/zsh-development-guide
index cbada7de9..e8c292cfd 100644
--- a/Etc/zsh-development-guide
+++ b/Etc/zsh-development-guide
@@ -66,6 +66,14 @@ avoided further changes to our workflow.
the mailing list sequence number. This number is generated by the list
server and inserted as an X-Seq: header field in the e-mail.
+ Your email client may be able to be configured to show the X-Seq:
+ header by default, and probably has a way to view the raw full headers
+ of an email. The X-Seq header is also shown on the
+ https://www.zsh.org/mla/ email archives. We can also, upon request,
+ set up an email-based bot that, whenever you post a patch to the
+ mailing list, will send you an offlist reply with the X-Seq number of
+ your patch.
+
* An entry in the ChangeLog file should be added manually before pushing
a commit to the master repository. Don't create a separate change for
this: amend the existing commit in your local repository.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author