summaryrefslogtreecommitdiff
path: root/alot/widgets/thread.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/widgets/thread.py')
-rw-r--r--alot/widgets/thread.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/widgets/thread.py b/alot/widgets/thread.py
index 4c4e1c30..5b2a55f3 100644
--- a/alot/widgets/thread.py
+++ b/alot/widgets/thread.py
@@ -207,7 +207,7 @@ class MessageTree(CollapsibleTree):
bodytree = self._get_body()
if bodytree is not None:
- mainstruct.append((self._get_body(), None))
+ mainstruct.append((bodytree, None))
structure = [
(self._get_summary(), mainstruct)