mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 20:08:10 +01:00
Fix orthography
This commit is contained in:
parent
f0b91832c2
commit
87bdfbc91f
8 changed files with 10 additions and 10 deletions
|
@ -29,7 +29,7 @@
|
||||||
.. attribute:: sort
|
.. attribute:: sort
|
||||||
|
|
||||||
Instance attribute :attr:`sort` contains the sort order (see
|
Instance attribute :attr:`sort` contains the sort order (see
|
||||||
:attr:`Query.SORT`) if explicitely specified via
|
:attr:`Query.SORT`) if explicitly specified via
|
||||||
:meth:`set_sort`. By default it is set to `None`.
|
:meth:`set_sort`. By default it is set to `None`.
|
||||||
|
|
||||||
.. automethod:: exclude_tag
|
.. automethod:: exclude_tag
|
||||||
|
|
|
@ -245,7 +245,7 @@ class Thread(object):
|
||||||
|
|
||||||
The :class:`Tags` object is owned by the thread and as such, will only
|
The :class:`Tags` object is owned by the thread and as such, will only
|
||||||
be valid for as long as this :class:`Thread` is valid (e.g. until the
|
be valid for as long as this :class:`Thread` is valid (e.g. until the
|
||||||
query from which it derived is explicitely deleted).
|
query from which it derived is explicitly deleted).
|
||||||
|
|
||||||
:returns: A :class:`Tags` iterator.
|
:returns: A :class:`Tags` iterator.
|
||||||
:raises: :exc:`NotInitializedError` if query is not initialized
|
:raises: :exc:`NotInitializedError` if query is not initialized
|
||||||
|
|
|
@ -60,7 +60,7 @@ Supported options for **address** include
|
||||||
Control the deduplication of results.
|
Control the deduplication of results.
|
||||||
|
|
||||||
**no**
|
**no**
|
||||||
Output all occurences of addresses in the matching
|
Output all occurrences of addresses in the matching
|
||||||
messages. This is not applicable with --output=count.
|
messages. This is not applicable with --output=count.
|
||||||
|
|
||||||
**mailbox**
|
**mailbox**
|
||||||
|
|
|
@ -65,7 +65,7 @@ errors most likely to be temporary in nature, e.g. failure to get a
|
||||||
database write lock.
|
database write lock.
|
||||||
|
|
||||||
``75 (EX_TEMPFAIL)``
|
``75 (EX_TEMPFAIL)``
|
||||||
A temporary failure occured; the user is invited to retry.
|
A temporary failure occurred; the user is invited to retry.
|
||||||
|
|
||||||
The exit status of the **post-insert** hook does not affect the exit
|
The exit status of the **post-insert** hook does not affect the exit
|
||||||
status of the **insert** command.
|
status of the **insert** command.
|
||||||
|
|
|
@ -49,7 +49,7 @@ EXIT STATUS
|
||||||
This command supports the following special exit status code
|
This command supports the following special exit status code
|
||||||
|
|
||||||
``75 (EX_TEMPFAIL)``
|
``75 (EX_TEMPFAIL)``
|
||||||
A temporary failure occured; the user is invited to retry.
|
A temporary failure occurred; the user is invited to retry.
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
========
|
========
|
||||||
|
|
|
@ -123,7 +123,7 @@ If the given command is not known to notmuch, notmuch tries to execute
|
||||||
the external **notmuch-<subcommand>** in ${PATH} instead. This allows
|
the external **notmuch-<subcommand>** in ${PATH} instead. This allows
|
||||||
users to have their own notmuch related tools to be run via the
|
users to have their own notmuch related tools to be run via the
|
||||||
notmuch command. By design, this does not allow notmuch's own commands
|
notmuch command. By design, this does not allow notmuch's own commands
|
||||||
to be overriden using external commands.
|
to be overridden using external commands.
|
||||||
|
|
||||||
OPTION SYNTAX
|
OPTION SYNTAX
|
||||||
-------------
|
-------------
|
||||||
|
|
|
@ -829,7 +829,7 @@ notmuch_query_get_sort (const notmuch_query_t *query);
|
||||||
* NOTMUCH_STATUS_XAPIAN_EXCEPTION: a Xapian exception occured.
|
* NOTMUCH_STATUS_XAPIAN_EXCEPTION: a Xapian exception occured.
|
||||||
* Most likely a problem lazily parsing the query string.
|
* Most likely a problem lazily parsing the query string.
|
||||||
*
|
*
|
||||||
* NOTMUCH_STATUS_IGNORED: tag is explicitely present in the query, so
|
* NOTMUCH_STATUS_IGNORED: tag is explicitly present in the query, so
|
||||||
* not excluded.
|
* not excluded.
|
||||||
*/
|
*/
|
||||||
notmuch_status_t
|
notmuch_status_t
|
||||||
|
|
|
@ -26,7 +26,7 @@ that you know if you break anything.
|
||||||
- gpg(1)
|
- gpg(1)
|
||||||
- python(1)
|
- python(1)
|
||||||
|
|
||||||
If your system lacks these tools or have older, non-upgreable versions
|
If your system lacks these tools or have older, non-upgradable versions
|
||||||
of these, please (possibly compile and) install these to some other
|
of these, please (possibly compile and) install these to some other
|
||||||
path, for example /usr/local/bin or /opt/gnu/bin. Then prepend the
|
path, for example /usr/local/bin or /opt/gnu/bin. Then prepend the
|
||||||
chosen directory to your PATH before running the tests.
|
chosen directory to your PATH before running the tests.
|
||||||
|
@ -144,9 +144,9 @@ remaining tests to be unaffected.
|
||||||
|
|
||||||
Currently we do not consider skipped tests as build failures. For
|
Currently we do not consider skipped tests as build failures. For
|
||||||
maximum robustness, when setting up automated build processes, you
|
maximum robustness, when setting up automated build processes, you
|
||||||
should explicitely skip tests, rather than relying on notmuch's
|
should explicitly skip tests, rather than relying on notmuch's
|
||||||
detection of missing prerequisites. In the future we may treat tests
|
detection of missing prerequisites. In the future we may treat tests
|
||||||
unable to run because of missing prerequisites, but not explicitely
|
unable to run because of missing prerequisites, but not explicitly
|
||||||
skipped by the user, as failures.
|
skipped by the user, as failures.
|
||||||
|
|
||||||
Writing Tests
|
Writing Tests
|
||||||
|
|
Loading…
Reference in a new issue