mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-23 18:04:52 +01:00
message.py: fix indentation
This commit is contained in:
parent
3d6590be02
commit
3c8ba0f18f
1 changed files with 1 additions and 1 deletions
|
@ -705,7 +705,7 @@ class Message(object):
|
||||||
elif (cont_type.lower() == "text/html" and
|
elif (cont_type.lower() == "text/html" and
|
||||||
i == 0):
|
i == 0):
|
||||||
part_dict["content"] = msg.get_payload()
|
part_dict["content"] = msg.get_payload()
|
||||||
body.append(part_dict)
|
body.append(part_dict)
|
||||||
|
|
||||||
output["body"] = body
|
output["body"] = body
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue