summaryrefslogtreecommitdiff
path: root/alot/widgets
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-10-20 16:53:08 +0200
committerAnton Khirnov <anton@khirnov.net>2020-10-20 16:53:08 +0200
commit6f6578be87345c4b6bb624b28015b23acd7460df (patch)
tree2d37c05cfe6d59556f3544a3ecbbe325aa12b1fb /alot/widgets
parent90e633b82eaf82cd21fb40dc6c0cf9edf35a5994 (diff)
widgets/thread: drop obsolete comment
Diffstat (limited to 'alot/widgets')
-rw-r--r--alot/widgets/thread.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/alot/widgets/thread.py b/alot/widgets/thread.py
index be19b6cf..266fc0df 100644
--- a/alot/widgets/thread.py
+++ b/alot/widgets/thread.py
@@ -400,8 +400,6 @@ class _RawMessageWidget(urwid.WidgetWrap):
class MessageWidget(urwid.WidgetWrap):
"""
A flow widget displaying the contents of a single :class:`alot.db.Message`.
-
- Collapsing this message corresponds to showing the summary only.
"""
_display_all_headers = None