From 2461621b564bc89fa928d394d03a20bd8fb115d3 Mon Sep 17 00:00:00 2001 From: abdoulaye Date: Tue, 21 Aug 2018 14:21:40 +0200 Subject: [PATCH] docs: fix notmuch_count module doc english errors --- bumblebee/modules/notmuch_count.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bumblebee/modules/notmuch_count.py b/bumblebee/modules/notmuch_count.py index 88e6869..821118a 100644 --- a/bumblebee/modules/notmuch_count.py +++ b/bumblebee/modules/notmuch_count.py @@ -1,7 +1,7 @@ # pylint: disable=C0111,R0903 """Displays the result of a notmuch count query - default : unread emails wich path do not contained "Trash" (notmuch count "tag:unread AND NOT path:/.*Trash.*/") + default : unread emails which path do not contained "Trash" (notmuch count "tag:unread AND NOT path:/.*Trash.*/") Parameters: * notmuch_count.query: notmuch count query to show result