projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d6590b
)
message.py: fix indentation
author
Jesse Rosenthal
<jrosenthal@jhu.edu>
Tue, 30 Mar 2010 09:00:27 +0000
(11:00 +0200)
committer
Jesse Rosenthal
<jrosenthal@jhu.edu>
Tue, 30 Mar 2010 09:00:27 +0000
(11:00 +0200)
cnotmuch/message.py
patch
|
blob
|
history
diff --git
a/cnotmuch/message.py
b/cnotmuch/message.py
index 7980f921a792880b3be0a12ce04fb2ba25a2e6b3..73660c5ee62848b7a923a89e4f9afff66874318f 100644
(file)
--- a/
cnotmuch/message.py
+++ b/
cnotmuch/message.py
@@
-705,7
+705,7
@@
class Message(object):
elif (cont_type.lower() == "text/html" and
i == 0):
part_dict["content"] = msg.get_payload()
- body.append(part_dict)
+
body.append(part_dict)
output["body"] = body