Code

- new mailgw config item unpack_rfc822 that unpacks message attachments
[roundup.git] / roundup / configuration.py
index 60b4190b1f4f357dc695ff015070a876687544dc..8e42cef1418840d171bb0753449acaed89c17d7b 100644 (file)
@@ -748,6 +748,10 @@ SETTINGS = (
             "Regular expression matching end of line."),
         (RegExpOption, "blankline_re", r"[\r\n]+\s*[\r\n]+",
             "Regular expression matching a blank line."),
+        (BooleanOption, "unpack_rfc822", "no",
+            "Unpack attached messages (encoded as message/rfc822 in MIME)\n"
+            "as multiple parts attached as files to the issue, if not\n"
+            "set we handle message/rfc822 attachments as a single file."),
         (BooleanOption, "ignore_alternatives", "no",
             "When parsing incoming mails, roundup uses the first\n"
             "text/plain part it finds. If this part is inside a\n"