Code

better explanation
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 11 Sep 2002 01:18:42 +0000 (01:18 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 11 Sep 2002 01:18:42 +0000 (01:18 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1127 57a73879-2fb5-44c3-a270-3262357dd7e2

roundup/templates/classic/config.py

index bccd376f69e9cf6f888e73da95ab91dec48fc704..8c35557dfe51327cdbf1e23b1faf5e89a94bfb14 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.2 2002-09-10 03:01:19 richard Exp $
+# $Id: config.py,v 1.3 2002-09-11 01:18:42 richard Exp $
 
 import os
 
@@ -75,10 +75,12 @@ ADD_RECIPIENTS_TO_NOSY = 'new'      # either 'yes', 'no', 'new'
 # Where to place the email signature
 EMAIL_SIGNATURE_POSITION = 'bottom' # one of 'top', 'bottom', 'none'
 
-# Keep email citations
-EMAIL_KEEP_QUOTED_TEXT = 'no'       # either 'yes' or 'no'
+# Keep email citations when accepting messages. Setting this to "no" strips
+# out "quoted" text from the message. Signatures are also stripped.
+EMAIL_KEEP_QUOTED_TEXT = 'yes'      # either 'yes' or 'no'
 
-# Preserve the email body as is
+# Preserve the email body as is - that is, keep the citations _and_
+# signatures.
 EMAIL_LEAVE_BODY_UNCHANGED = 'no'   # either 'yes' or 'no'
 
 # Default class to use in the mailgw if one isn't supplied in email