summaryrefslogtreecommitdiff
path: root/alot/widgets/search.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2013-07-02 20:42:37 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2013-07-02 20:42:37 +0100
commit219078c336c1ba964e7a7591e8cfdab6a7428233 (patch)
tree54908d5fc95ef601160aff770335b2af4357a528 /alot/widgets/search.py
parentd3adf5ddc1b76c13195a9611404f62a3bd0a7bff (diff)
remove unused config option `display_content_in_threadline`
this has been replaced long ago by setting `search.threadline.parts` in theme-files. cf issue #631
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 13789454..40fe7707 100644
--- a/alot/widgets/search.py
+++ b/alot/widgets/search.py
@@ -23,7 +23,6 @@ class ThreadlineWidget(urwid.AttrMap):
self.tid = tid
self.thread = None # will be set by refresh()
self.tag_widgets = []
- self.display_content = settings.get('display_content_in_threadline')
self.structure = None
self.rebuild()
normal = self.structure['normal']