Mercurial > p > roundup > code
diff doc/customizing.txt @ 4406:3a0395583de5
add missing config options
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 05 Aug 2010 00:00:19 +0000 |
| parents | 6ec048310de7 |
| children | 386200d0c929 |
line wrap: on
line diff
--- a/doc/customizing.txt Wed Aug 04 10:01:23 2010 +0000 +++ b/doc/customizing.txt Thu Aug 05 00:00:19 2010 +0000 @@ -362,6 +362,11 @@ an issue for the interval after the issue's creation or last activity. The interval is a standard Roundup interval. + subject_updates_title -- ``yes`` + Update issue title if incoming subject of email is different. + Setting this to ``no`` will ignore the title part of + the subject of incoming email messages. + refwd_re -- ``(\s*\W?\s*(fw|fwd|re|aw|sv|ang)\W)+`` Regular expression matching a single reply or forward prefix prepended by the mailer. This is explicitly stripped from the @@ -384,6 +389,13 @@ Regular expression matching a blank line. Value is Python Regular Expression (UTF8-encoded). + ignore_alternatives -- ``no`` + When parsing incoming mails, roundup uses the first + text/plain part it finds. If this part is inside a + multipart/alternative, and this option is set, all other + parts of the multipart/alternative are ignored. The default + is to keep all parts and attach them to the issue. + Section **pgp** OpenPGP mail processing options
