File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -362,6 +362,11 @@ Section **mailgw**
362362 an issue for the interval after the issue's creation or last activity.
363363 The interval is a standard Roundup interval.
364364
365+ subject_updates_title -- ``yes``
366+ Update issue title if incoming subject of email is different.
367+ Setting this to ``no`` will ignore the title part of
368+ the subject of incoming email messages.
369+
365370 refwd_re -- ``(\s*\W?\s*(fw|fwd|re|aw|sv|ang)\W)+``
366371 Regular expression matching a single reply or forward prefix
367372 prepended by the mailer. This is explicitly stripped from the
@@ -384,6 +389,13 @@ Section **mailgw**
384389 Regular expression matching a blank line. Value is Python Regular
385390 Expression (UTF8-encoded).
386391
392+ ignore_alternatives -- ``no``
393+ When parsing incoming mails, roundup uses the first
394+ text/plain part it finds. If this part is inside a
395+ multipart/alternative, and this option is set, all other
396+ parts of the multipart/alternative are ignored. The default
397+ is to keep all parts and attach them to the issue.
398+
387399Section **pgp**
388400 OpenPGP mail processing options
389401
You can’t perform that action at this time.
0 commit comments