Mercurial > p > roundup > code
changeset 1998:a62786cb094f
clarification
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 10 Feb 2004 23:39:15 +0000 |
| parents | 1b0f66217f81 |
| children | 1b7f730e7037 |
| files | doc/customizing.txt |
| diffstat | 1 files changed, 6 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/customizing.txt Tue Jan 27 18:16:50 2004 +0000 +++ b/doc/customizing.txt Tue Feb 10 23:39:15 2004 +0000 @@ -2,7 +2,7 @@ Customising Roundup =================== -:Version: $Revision: 1.109 $ +:Version: $Revision: 1.110 $ .. This document borrows from the ZopeBook section on ZPT. The original is at: http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx @@ -169,12 +169,14 @@ **EMAIL_KEEP_QUOTED_TEXT** - ``'yes'`` or ``'no'`` Keep email citations. Citations are the part of e-mail which the sender has - quoted in their reply to previous e-mail. + quoted in their reply to previous e-mail with ``>`` or ``|`` characters at + the start of the line. **EMAIL_LEAVE_BODY_UNCHANGED** - ``'no'`` Preserve the email body as is. Enabiling this will cause the entire message - body to be stored, including all citations and signatures. It should be - either ``'yes'`` or ``'no'``. + body to be stored, including all citations, signatures and Outlook-quoted + sections (ie. "Original Message" blocks). It should be either ``'yes'`` + or ``'no'``. **MAIL_DEFAULT_CLASS** - ``'issue'`` or ``''`` Default class to use in the mailgw if one isn't supplied in email
