From: Jesse Rosenthal Date: Tue, 30 Mar 2010 09:00:27 +0000 (+0200) Subject: message.py: fix indentation X-Git-Tag: 0.3~121^2~18 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=3c8ba0f18f826c13b67eda08dd7620a65ee92065 message.py: fix indentation --- diff --git a/cnotmuch/message.py b/cnotmuch/message.py index 7980f921..73660c5e 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