projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f28413
)
Oops, _now_ I've fixed the multipart generation in be-handle-mail
author
W. Trevor King
<wking@drexel.edu>
Sun, 19 Jul 2009 19:32:41 +0000
(15:32 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Sun, 19 Jul 2009 19:32:41 +0000
(15:32 -0400)
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 1ca53fae0482010659d2a2a83c8e0200bfecf437..e5f9dcf34125000331aca1012566cf3a21282d35 100755
(executable)
--- a/
interfaces/email/interactive/be-handle-mail
+++ b/
interfaces/email/interactive/be-handle-mail
@@
-468,11
+468,11
@@
class Message (object):
def response_email(self):
assert len(self._response_messages) > 0
if len(self._response_messages) == 1:
- response_body = self._response_messages[0]
)
+ response_body = self._response_messages[0]
else:
- re
ps
onse_body = MIMEMultipart()
+ re
sp
onse_body = MIMEMultipart()
for message in self._response_messages:
- respo
sn
e_body.attach(message)
+ respo
ns
e_body.attach(message)
return send_pgp_mime.attach_root(self.response_header, response_body)
def open_logfile(logpath=None):