From 2d8bd402ea55c853762c605e5a7c006687660bd1 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Tue, 24 Nov 2015 17:39:55 +0000 Subject: remove deprecated method see also issue #794 --- alot/db/manager.py | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'alot/db') diff --git a/alot/db/manager.py b/alot/db/manager.py index 2847956d..be80b4dc 100644 --- a/alot/db/manager.py +++ b/alot/db/manager.py @@ -269,16 +269,6 @@ class DBManager(object): """returns number of threads that match `querystring`""" return self.query(querystring).count_threads() - def search_thread_ids(self, querystring): - """ - returns the ids of all threads that match the `querystring` - This copies! all integer thread ids into an new list. - - :returns: list of str - """ - - return self.query_threaded(querystring) - def _get_notmuch_thread(self, tid): """returns :class:`notmuch.database.Thread` with given id""" query = self.query('thread:' + tid) -- cgit v1.2.3