Code

mention MESSAGES_TO_AUTHOR "new" setting (sf bug 724518)
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 23 Apr 2003 11:59:36 +0000 (11:59 +0000)
committerrichard <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
templates/classic/config.py

index 236dc19056536eeafb0f0113a8c0da75c2d42f24..7f2b7eb91973cff1bf8585102134f5a5b8af1ecd 100644 (file)
@@ -2,7 +2,7 @@
 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
@@ -127,8 +127,11 @@ The configuration variables available are:
 
     "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)
@@ -15,7 +15,7 @@
 # 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
 
@@ -57,8 +57,11 @@ ADMIN_EMAIL = 'roundup-admin@%s'%MAIL_DOMAIN
 #    "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