summaryrefslogtreecommitdiff
path: root/alot/ui.py
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-01-28 14:41:57 +0100
committerAnton Khirnov <anton@khirnov.net>2020-02-03 13:00:02 +0100
commit7fb73854b70b38a6da884d1e3a0157ae2f1c0698 (patch)
tree85e6ff88544334340377cfc3073e7f044cde772a /alot/ui.py
parent145489a5434aa825077ae8570afe748722d055e2 (diff)
alot: drop the total_messages info property
It is an utterly useless number.
Diffstat (limited to 'alot/ui.py')
-rw-r--r--alot/ui.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/alot/ui.py b/alot/ui.py
index afe12681..c62fee27 100644
--- a/alot/ui.py
+++ b/alot/ui.py
@@ -665,7 +665,6 @@ class UI:
btype = cb.modename
info['buffer_no'] = self.buffers.index(cb)
info['buffer_type'] = btype
- info['total_messages'] = self.dbman.count_messages('*')
info['pending_writes'] = len(self.dbman.writequeue)
info['input_queue'] = ' '.join(self.input_queue)