From: W. Trevor King Date: Mon, 30 Nov 2009 11:28:01 +0000 (-0500) Subject: be-handle-mail uses more conservative --add-only for be-bugs:xml X-Git-Tag: 1.0.0~59^2~76^2~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2156616c3dab8207a933295bfbc9d125dac4bc34;p=be.git be-handle-mail uses more conservative --add-only for be-bugs:xml --- diff --git a/interfaces/email/interactive/be-handle-mail b/interfaces/email/interactive/be-handle-mail index e0e3490..3b321cf 100755 --- a/interfaces/email/interactive/be-handle-mail +++ b/interfaces/email/interactive/be-handle-mail @@ -598,7 +598,7 @@ class Message (object): raise InvalidEmail(self, u"Emails to %s must have MIME type 'text/xml', not '%s'." % (SUBJECT_TAG_XML, mime_type)) - args = [u"-"] + args = [u"--add-only", u"-"] commands = [Command(self, command, args, stdin=body)] return commands def run(self):