summaryrefslogtreecommitdiff
path: root/alot/db/manager.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2017-09-02 08:35:01 +0100
committerGitHub <noreply@github.com>2017-09-02 08:35:01 +0100
commit668925817cd8aeed7ef9926969d49c4586c26adf (patch)
tree0cd16d2279a971d0b5d650f03ee3f6ce0e592852 /alot/db/manager.py
parent3a3898f2ce976fbb800f55764675c4962e7adf28 (diff)
parentc09196eb92af61ce0efa2f2ea47f42856ef87ac9 (diff)
Merge branch 'master' into fix/spelling
Diffstat (limited to 'alot/db/manager.py')
-rw-r--r--alot/db/manager.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/alot/db/manager.py b/alot/db/manager.py
index d71812d1..dfd681d0 100644
--- a/alot/db/manager.py
+++ b/alot/db/manager.py
@@ -377,7 +377,8 @@ class DBManager(object):
:param sort: Sort order. one of ['oldest_first', 'newest_first',
'message_id', 'unsorted']
:type query: str
- :param exclude_tags: Tags to exclude by default unless included in the search
+ :param exclude_tags: Tags to exclude by default unless included in the
+ search
:type exclude_tags: list of str
:returns: a pipe together with the process that asynchronously
writes to it.