diff options
author | наб <nabijaczleweli@nabijaczleweli.xyz> | 2020-07-17 21:17:47 +0200 |
---|---|---|
committer | Bitbake Tester <test@bitbake.com> | 2020-07-22 13:49:18 -0400 |
commit | 5090b6497f36f6fe26bbb303a4b57a3175a64a66 (patch) | |
tree | fdc8ec368380bc605bafaadbf820deb0f0aa50dd | |
parent | 36e1aad3dab9d56d67d2f31a47f184361064791d (diff) | |
download | sr.ht-docs-5090b6497f36f6fe26bbb303a4b57a3175a64a66.tar.gz |
todo.sr.ht: document the new ~u/n{,/0}/{,un}subscribe addresses
-rw-r--r-- | todo.sr.ht/index.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/todo.sr.ht/index.md b/todo.sr.ht/index.md index c1e8a99..9d71ece 100644 --- a/todo.sr.ht/index.md +++ b/todo.sr.ht/index.md @@ -98,3 +98,15 @@ post](https://git-send-email.io/top-posting.html), as the full contents of your email will be posted as a comment. Markdown is supported. + +Anyone with the "browse" permission (including anonymous users!) +can subscribe to an entire tracker by sending an email to +`~username/tracker-name/subscribe@todo.sr.ht` +and unsubscribe by sending an email to +`~username/tracker-name/unsubscribe@todo.sr.ht`. + +Similarly, sending an email to +`~username/tracker-name/ticket-id/subscribe@todo.sr.ht` +or +`~username/tracker-name/ticket-id/unsubscribe@todo.sr.ht` +will (un)subscribe the sender to the ticket. |