summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()