summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2010-03-30 11:00:27 +0200
committerJesse Rosenthal <jrosenthal@jhu.edu>2010-03-30 11:00:27 +0200
commit3c8ba0f18f826c13b67eda08dd7620a65ee92065 (patch)
tree45149315e35a6d5276a8ac95bc3f81a3801ebba3
parent3d6590be0207d7f0babfda3d26cf9b7c76451fab (diff)
message.py: fix indentation
-rw-r--r--cnotmuch/message.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cnotmuch/message.py b/cnotmuch/message.py
index 7980f92..73660c5 100644
--- 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