diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2018-04-11 18:17:28 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2018-04-12 18:00:03 +0800 |
commit | 0d42e70c696e6c922b5ca807be8c448b73a873ab (patch) | |
tree | b126a6fea6ad24782dc121032a271891291c4fe0 | |
parent | 13bf7094d2d4331d52ff74293c060ded1d7161c8 (diff) | |
download | gitlab-ce-0d42e70c696e6c922b5ca807be8c448b73a873ab.tar.gz |
Mention reply-by-email in user doc
-rw-r--r-- | doc/user/discussions/index.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/user/discussions/index.md b/doc/user/discussions/index.md index eacfe2baa27..159109e8954 100644 --- a/doc/user/discussions/index.md +++ b/doc/user/discussions/index.md @@ -14,6 +14,10 @@ The comment area supports [Markdown] and [quick actions]. One can edit their own comment at any time, and anyone with [Master access level][permissions] or higher can also edit a comment made by someone else. +You could also reply to the notification email in order to reply to a comment, +provided that [Reply by email] is configured by your GitLab admin. This also +supports [Markdown] and [quick actions] as if replied from the web. + Apart from the standard comments, you also have the option to create a comment in the form of a resolvable or threaded discussion. @@ -283,3 +287,4 @@ edit existing comments. Non-team members are restricted from adding or editing c [markdown]: ../markdown.md [quick actions]: ../project/quick_actions.md [permissions]: ../permissions.md +[Reply by email]: ../../administration/reply_by_email.md |