summaryrefslogtreecommitdiff
path: root/alot/widgets.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/widgets.py')
-rw-r--r--alot/widgets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/widgets.py b/alot/widgets.py
index 5986c49a..3ddd1903 100644
--- a/alot/widgets.py
+++ b/alot/widgets.py
@@ -210,7 +210,7 @@ class ThreadlineWidget(urwid.AttrMap):
self.widgets = []
columns = []
self.structure = settings.get_threadline_theming(self.thread)
- for partname in self.structure['order']:
+ for partname in self.structure['parts']:
minw = maxw = None
width_tuple = self.structure[partname]['width']
if width_tuple is not None: