Mercurial > p > roundup > code
diff share/roundup/templates/devel/config.ini @ 4788:8aa3175fb6ae
[issue2550801] Explain configuration option in more detail
| author | Pradip Caulagi <caulagi@gmail.com> |
|---|---|
| date | Sat, 11 May 2013 21:22:39 +0530 |
| parents | b419f29b1e2f |
| children |
line wrap: on
line diff
--- a/share/roundup/templates/devel/config.ini Fri May 10 23:24:10 2013 +0200 +++ b/share/roundup/templates/devel/config.ini Sat May 11 21:22:39 2013 +0530 @@ -346,7 +346,11 @@ [nosy] # Send nosy messages to the author of the message. -# Allowed values: yes, no, new +# Allowed values: yes, no, new, nosy +# yes - always +# no - never +# new - only when the issue is created +# nosy - only when the author is in the nosy list # Default: no messages_to_author = yes
