Author
|
zPlus <zplus@peers.community>
2022-08-03 07:00:16
|
Committer
|
zPlus <zplus@peers.community>
2022-08-03 07:00:16
|
Commit
|
d184290
(patch)
|
Tree
|
02ff2ad
|
Parent(s)
|
|
Add documentation for lists subscriptions.
commits diff:
7d86a2c..d184290
1 file changed,
10 insertions,
0 deletions
—
download
Diffstat
Diff options
+10/-0
M documentation/users
65
|
65
|
|
CLIF will then begin accepting emails for project@example.org and store them
|
66
|
66
|
|
inside the "project.mlist" repository.
|
67
|
67
|
|
|
|
68
|
+ |
# Subscribe to a list
|
|
69
|
+ |
|
|
70
|
+ |
Send an email to the list address with the +subscribe suffix. For example
|
|
71
|
+ |
username/reponame+subscribe@example.org
|
|
72
|
+ |
|
|
73
|
+ |
# Unsubscribe from a list
|
|
74
|
+ |
|
|
75
|
+ |
Send an email to the list address with the +unsubscribe suffix. For example
|
|
76
|
+ |
username/reponame+unsubscribe@example.org
|
|
77
|
+ |
|
68
|
78
|
|
# New threads
|
69
|
79
|
|
|
70
|
80
|
|
New threads are created simply by sending a new email to the list address. An account
|