From 01fe703e9972a34502182005ebca1e24c5b3ff3d Mon Sep 17 00:00:00 2001 From: richard Date: Wed, 11 Sep 2002 01:18:42 +0000 Subject: [PATCH] better explanation git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1127 57a73879-2fb5-44c3-a270-3262357dd7e2 --- roundup/templates/classic/config.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/roundup/templates/classic/config.py b/roundup/templates/classic/config.py index bccd376..8c35557 100644 --- a/roundup/templates/classic/config.py +++ b/roundup/templates/classic/config.py @@ -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 -- 2.30.2