projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8773e0e
)
be-handle-mail uses more conservative --add-only for be-bugs:xml
author
W. Trevor King
<wking@drexel.edu>
Mon, 30 Nov 2009 11:28:01 +0000
(06:28 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Mon, 30 Nov 2009 11:28:01 +0000
(06:28 -0500)
interfaces/email/interactive/be-handle-mail
patch
|
blob
|
history
diff --git
a/interfaces/email/interactive/be-handle-mail
b/interfaces/email/interactive/be-handle-mail
index e0e34900b175ee932c312ee10d2e9e5d54dca00d..3b321cfd95764264cc61ea622640bf12410b82ef 100755
(executable)
--- 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):