Mercurial > p > roundup > code
comparison doc/customizing.txt @ 1998:a62786cb094f
clarification
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 10 Feb 2004 23:39:15 +0000 |
| parents | 8a6077ec701b |
| children | a291bf753037 |
comparison
equal
deleted
inserted
replaced
| 1996:1b0f66217f81 | 1998:a62786cb094f |
|---|---|
| 1 =================== | 1 =================== |
| 2 Customising Roundup | 2 Customising Roundup |
| 3 =================== | 3 =================== |
| 4 | 4 |
| 5 :Version: $Revision: 1.109 $ | 5 :Version: $Revision: 1.110 $ |
| 6 | 6 |
| 7 .. This document borrows from the ZopeBook section on ZPT. The original is at: | 7 .. This document borrows from the ZopeBook section on ZPT. The original is at: |
| 8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx | 8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx |
| 9 | 9 |
| 10 .. contents:: | 10 .. contents:: |
| 167 **EMAIL_SIGNATURE_POSITION** - ``'top'``, ``'bottom'`` or ``'none'`` | 167 **EMAIL_SIGNATURE_POSITION** - ``'top'``, ``'bottom'`` or ``'none'`` |
| 168 Where to place the email signature in messages that Roundup generates. | 168 Where to place the email signature in messages that Roundup generates. |
| 169 | 169 |
| 170 **EMAIL_KEEP_QUOTED_TEXT** - ``'yes'`` or ``'no'`` | 170 **EMAIL_KEEP_QUOTED_TEXT** - ``'yes'`` or ``'no'`` |
| 171 Keep email citations. Citations are the part of e-mail which the sender has | 171 Keep email citations. Citations are the part of e-mail which the sender has |
| 172 quoted in their reply to previous e-mail. | 172 quoted in their reply to previous e-mail with ``>`` or ``|`` characters at |
| 173 the start of the line. | |
| 173 | 174 |
| 174 **EMAIL_LEAVE_BODY_UNCHANGED** - ``'no'`` | 175 **EMAIL_LEAVE_BODY_UNCHANGED** - ``'no'`` |
| 175 Preserve the email body as is. Enabiling this will cause the entire message | 176 Preserve the email body as is. Enabiling this will cause the entire message |
| 176 body to be stored, including all citations and signatures. It should be | 177 body to be stored, including all citations, signatures and Outlook-quoted |
| 177 either ``'yes'`` or ``'no'``. | 178 sections (ie. "Original Message" blocks). It should be either ``'yes'`` |
| 179 or ``'no'``. | |
| 178 | 180 |
| 179 **MAIL_DEFAULT_CLASS** - ``'issue'`` or ``''`` | 181 **MAIL_DEFAULT_CLASS** - ``'issue'`` or ``''`` |
| 180 Default class to use in the mailgw if one isn't supplied in email | 182 Default class to use in the mailgw if one isn't supplied in email |
| 181 subjects. To disable, comment out the variable below or leave it blank. | 183 subjects. To disable, comment out the variable below or leave it blank. |
| 182 | 184 |
