File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
roundup/templates/classic Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1515# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717#
18- # $Id: config.py,v 1.2 2002-09-10 03: 01:19 richard Exp $
18+ # $Id: config.py,v 1.3 2002-09-11 01:18:42 richard Exp $
1919
2020import os
2121
7575# Where to place the email signature
7676EMAIL_SIGNATURE_POSITION = 'bottom' # one of 'top', 'bottom', 'none'
7777
78- # Keep email citations
79- EMAIL_KEEP_QUOTED_TEXT = 'no' # either 'yes' or 'no'
78+ # Keep email citations when accepting messages. Setting this to "no" strips
79+ # out "quoted" text from the message. Signatures are also stripped.
80+ EMAIL_KEEP_QUOTED_TEXT = 'yes' # either 'yes' or 'no'
8081
81- # Preserve the email body as is
82+ # Preserve the email body as is - that is, keep the citations _and_
83+ # signatures.
8284EMAIL_LEAVE_BODY_UNCHANGED = 'no' # either 'yes' or 'no'
8385
8486# Default class to use in the mailgw if one isn't supplied in email
You can’t perform that action at this time.
0 commit comments