summaryrefslogtreecommitdiff
path: root/alot/widgets/search.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/widgets/search.py')
-rw-r--r--alot/widgets/search.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/alot/widgets/search.py b/alot/widgets/search.py
index 4036d187..d511f2f7 100644
--- a/alot/widgets/search.py
+++ b/alot/widgets/search.py
@@ -21,7 +21,6 @@ class ThreadlineWidget(urwid.AttrMap):
self.dbman = dbman
self.tid = tid
self.thread = None # will be set by refresh()
- self.tag_widgets = []
self.structure = None
self.rebuild()
normal = self.structure['normal']