Skip to content

Commit de61ff2

Browse files
committed
[issue2550801] Explain configuration option in more detail
1 parent 6f52ffe commit de61ff2

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

share/roundup/templates/devel/config.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,11 @@ subject_content_match = always
346346
[nosy]
347347

348348
# Send nosy messages to the author of the message.
349-
# Allowed values: yes, no, new
349+
# Allowed values: yes, no, new, nosy
350+
# yes - always
351+
# no - never
352+
# new - only when the issue is created
353+
# nosy - only when the author is in the nosy list
350354
# Default: no
351355
messages_to_author = yes
352356

share/roundup/templates/responsive/config.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,11 @@ subject_content_match = always
346346
[nosy]
347347

348348
# Send nosy messages to the author of the message.
349-
# Allowed values: yes, no, new
349+
# Allowed values: yes, no, new, nosy
350+
# yes - always
351+
# no - never
352+
# new - only when the issue is created
353+
# nosy - only when the author is in the nosy list
350354
# Default: no
351355
messages_to_author = yes
352356

0 commit comments

Comments
 (0)