From 6b2a8ee809353f8a18f0bc6ac4b9af30e66d8762 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 20 Jan 2021 21:25:16 +0100 Subject: commands/search: remove unused variable --- alot/commands/search.py | 3 --- 1 file changed, 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() -- cgit v1.2.3