docs: fix notmuch_count module doc english errors
This commit is contained in:
parent
797230da94
commit
2461621b56
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# pylint: disable=C0111,R0903
|
# pylint: disable=C0111,R0903
|
||||||
|
|
||||||
"""Displays the result of a notmuch count query
|
"""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:
|
Parameters:
|
||||||
* notmuch_count.query: notmuch count query to show result
|
* notmuch_count.query: notmuch count query to show result
|
||||||
|
|
Loading…
Reference in a new issue