summaryrefslogtreecommitdiff
path: root/alot/db
diff options
context:
space:
mode:
Diffstat (limited to 'alot/db')
-rw-r--r--alot/db/manager.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/alot/db/manager.py b/alot/db/manager.py
index 728dcddb..6477d696 100644
--- a/alot/db/manager.py
+++ b/alot/db/manager.py
@@ -154,8 +154,6 @@ class DBManager:
def _db_ro(self):
return closing(Database(path = self.path, mode = Database.MODE.READ_ONLY))
-
-
def count_messages(self, querystring):
"""returns number of messages that match `querystring`"""
with self._db_ro() as db: