aboutsummaryrefslogtreecommitdiffstats
path: root/interfaces/email
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2009-11-30 06:28:01 -0500
committerW. Trevor King <wking@drexel.edu>2009-11-30 06:28:01 -0500
commit2156616c3dab8207a933295bfbc9d125dac4bc34 (patch)
tree15f4a2d73ed0391ac195dd93def21ab7619d5e6b /interfaces/email
parent8773e0e95758539addbfbcd11e5f37a2648c6e58 (diff)
downloadbugseverywhere-2156616c3dab8207a933295bfbc9d125dac4bc34.tar.gz
be-handle-mail uses more conservative --add-only for be-bugs:xml
Diffstat (limited to 'interfaces/email')
-rwxr-xr-xinterfaces/email/interactive/be-handle-mail2
1 files changed, 1 insertions, 1 deletions
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):