summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0a8f811)
raw | patch | inline | side by side (parent: 0a8f811)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 23 Apr 2003 11:59:36 +0000 (11:59 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 23 Apr 2003 11:59:36 +0000 (11:59 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1673 57a73879-2fb5-44c3-a270-3262357dd7e2
doc/customizing.txt | patch | blob | history | |
templates/classic/config.py | patch | blob | history |
diff --git a/doc/customizing.txt b/doc/customizing.txt
index 236dc19056536eeafb0f0113a8c0da75c2d42f24..7f2b7eb91973cff1bf8585102134f5a5b8af1ecd 100644 (file)
--- a/doc/customizing.txt
+++ b/doc/customizing.txt
Customising Roundup
===================
-:Version: $Revision: 1.82 $
+:Version: $Revision: 1.83 $
.. This document borrows from the ZopeBook section on ZPT. The original is at:
http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
"Foo Bar EMAIL_FROM_TAG" <issue_tracker@tracker.example>
-**MESSAGES_TO_AUTHOR** - ``'yes'`` or``'no'``
- Send nosy messages to the author of the message.
+**MESSAGES_TO_AUTHOR** - ``'new'``, ``'yes'`` or``'no'``
+ Send nosy messages to the author of the message?
+ If 'new' is used, then the author will only be sent the message when the
+ message creates a new issue. If 'yes' then the author will always be sent
+ a copy of the message they wrote.
**ADD_AUTHOR_TO_NOSY** - ``'new'``, ``'yes'`` or ``'no'``
Does the author of a message get placed on the nosy list automatically?
index 3c3df215a0fb055899569f64e8527601c3dc9314..d507ba933f1cce3b02f18fcfaec5468a6053d27e 100644 (file)
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
#
-# $Id: config.py,v 1.1 2003-04-17 03:26:03 richard Exp $
+# $Id: config.py,v 1.2 2003-04-23 11:59:36 richard Exp $
import os
# "Foo Bar EMAIL_FROM_TAG" <issue_tracker@tracker.example>
EMAIL_FROM_TAG = ""
-# Send nosy messages to the author of the message
-MESSAGES_TO_AUTHOR = 'no' # either 'yes' or 'no'
+# Send nosy messages to the author of the message?
+# If 'new' is used, then the author will only be sent the message when the
+# message creates a new issue. If 'yes' then the author will always be sent
+# a copy of the message they wrote.
+MESSAGES_TO_AUTHOR = 'no' # one of 'yes', 'no', 'new'
# Does the author of a message get placed on the nosy list automatically?
# If 'new' is used, then the author will only be added when a message