summaryrefslogtreecommitdiff
path: root/alot
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-09-16 13:06:19 +0200
committerPatrick Totzke <patricktotzke@gmail.com>2012-09-16 13:06:19 +0200
commit730fc99b0bf471b71e9612586929a2b3324996ae (patch)
treedd3aef4f72e0ab58ae53da6b70e5cb43ee1403e6 /alot
parent45cf147ed6adefec76c60c7892b9f1b03cf386bb (diff)
indentation error
Diffstat (limited to 'alot')
-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 8f52eda7..ba3569bc 100644
--- a/alot/widgets/thread.py
+++ b/alot/widgets/thread.py
@@ -63,7 +63,7 @@ class MessageWidget(urwid.WidgetWrap):
self._all_headers = list(set(self.mail.keys()))
displayed = settings.get('displayed_headers')
self._filtered_headers = [k for k in displayed
- if k.lower() == 'tags' or k in self.mail]
+ if k.lower() == 'tags' or k in self.mail]
self._displayed_headers = None
bars = settings.get_theming_attribute('thread', 'arrow_bars')