diff templates/classic/config.py @ 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 21312a7564fd
children e109d59f232d
line wrap: on
line diff
--- a/templates/classic/config.py	Wed Apr 23 11:48:51 2003 +0000
+++ b/templates/classic/config.py	Wed Apr 23 11:59:36 2003 +0000
@@ -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 @@
 #    "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

Roundup Issue Tracker: http://roundup-tracker.org/