Mercurial > p > roundup > code
comparison doc/customizing.txt @ 1602:a3442208867f
mention MESSAGES_TO_AUTHOR "new" setting [SF#724518]
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 23 Apr 2003 11:59:36 +0000 |
| parents | 93e0a565cee5 |
| children | 137b26174a0c |
comparison
equal
deleted
inserted
replaced
| 1600:2047425bf7e7 | 1602:a3442208867f |
|---|---|
| 1 =================== | 1 =================== |
| 2 Customising Roundup | 2 Customising Roundup |
| 3 =================== | 3 =================== |
| 4 | 4 |
| 5 :Version: $Revision: 1.82 $ | 5 :Version: $Revision: 1.83 $ |
| 6 | 6 |
| 7 .. This document borrows from the ZopeBook section on ZPT. The original is at: | 7 .. This document borrows from the ZopeBook section on ZPT. The original is at: |
| 8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx | 8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx |
| 9 | 9 |
| 10 .. contents:: | 10 .. contents:: |
| 125 | 125 |
| 126 the EMAIL_FROM_TAG goes inside the "Foo Bar" quotes like so:: | 126 the EMAIL_FROM_TAG goes inside the "Foo Bar" quotes like so:: |
| 127 | 127 |
| 128 "Foo Bar EMAIL_FROM_TAG" <issue_tracker@tracker.example> | 128 "Foo Bar EMAIL_FROM_TAG" <issue_tracker@tracker.example> |
| 129 | 129 |
| 130 **MESSAGES_TO_AUTHOR** - ``'yes'`` or``'no'`` | 130 **MESSAGES_TO_AUTHOR** - ``'new'``, ``'yes'`` or``'no'`` |
| 131 Send nosy messages to the author of the message. | 131 Send nosy messages to the author of the message? |
| 132 If 'new' is used, then the author will only be sent the message when the | |
| 133 message creates a new issue. If 'yes' then the author will always be sent | |
| 134 a copy of the message they wrote. | |
| 132 | 135 |
| 133 **ADD_AUTHOR_TO_NOSY** - ``'new'``, ``'yes'`` or ``'no'`` | 136 **ADD_AUTHOR_TO_NOSY** - ``'new'``, ``'yes'`` or ``'no'`` |
| 134 Does the author of a message get placed on the nosy list automatically? | 137 Does the author of a message get placed on the nosy list automatically? |
| 135 If ``'new'`` is used, then the author will only be added when a message | 138 If ``'new'`` is used, then the author will only be added when a message |
| 136 creates a new issue. If ``'yes'``, then the author will be added on followups | 139 creates a new issue. If ``'yes'``, then the author will be added on followups |
