Skip to content

Commit e6dea4c

Browse files
author
Richard Jones
committed
better explanation
1 parent 3a27a4b commit e6dea4c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

roundup/templates/classic/config.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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

2020
import os
2121

@@ -75,10 +75,12 @@
7575
# Where to place the email signature
7676
EMAIL_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.
8284
EMAIL_LEAVE_BODY_UNCHANGED = 'no' # either 'yes' or 'no'
8385

8486
# Default class to use in the mailgw if one isn't supplied in email

0 commit comments

Comments
 (0)