summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-01-20 21:25:16 +0100
committerAnton Khirnov <anton@khirnov.net>2021-01-20 21:25:16 +0100
commit6b2a8ee809353f8a18f0bc6ac4b9af30e66d8762 (patch)
tree48dbd88d93128a690d2931c0884bf2d018f3c487
parent49b6ceb067a0931388c0abbf29b83b76021038be (diff)
commands/search: remove unused variable
-rw-r--r--alot/commands/search.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/alot/commands/search.py b/alot/commands/search.py
index a189ddc4..762e9ec8 100644
--- a/alot/commands/search.py
+++ b/alot/commands/search.py
@@ -159,9 +159,6 @@ class TagCommand(Command):
logging.debug('q: %s', testquery)
def refresh():
- # remove thread from resultset if it doesn't match the search query
- # any more and refresh selected threadline otherwise
- hitcount_after = ui.dbman.count_messages(testquery)
# update total result count
if not self.allm:
threadline_widget.rebuild()