mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
NEWS & doc: typing fixes
Some inconsistent formatting in NEWS for 0.19, 0.18 & 0.17 fixed. Extra `*` when making bold text in doc/man1/notmuch-search.rst removed.
This commit is contained in:
parent
cffa3cf76f
commit
32855b91d9
2 changed files with 5 additions and 5 deletions
8
NEWS
8
NEWS
|
@ -126,8 +126,8 @@ Library users can now abort an atomic section by closing the database
|
||||||
Callers can now simply close the database, and any outstanding
|
Callers can now simply close the database, and any outstanding
|
||||||
atomic section will be aborted.
|
atomic section will be aborted.
|
||||||
|
|
||||||
Add return status to notmuch_database_close and
|
Add return status to `notmuch_database_close` and
|
||||||
notmuch_database_destroy
|
`notmuch_database_destroy`
|
||||||
|
|
||||||
Bug fixes and performance improvements for thread linking
|
Bug fixes and performance improvements for thread linking
|
||||||
|
|
||||||
|
@ -208,7 +208,7 @@ Make emacs install robust against the non-existence of emacs
|
||||||
|
|
||||||
Put notmuch lib directory first in RPATH
|
Put notmuch lib directory first in RPATH
|
||||||
|
|
||||||
Fix handling of html_static_path in sphinx
|
Fix handling of `html_static_path` in sphinx
|
||||||
|
|
||||||
Both the python bindings and the main docs had spurious settings of
|
Both the python bindings and the main docs had spurious settings of
|
||||||
this variable.
|
this variable.
|
||||||
|
@ -283,7 +283,7 @@ The `folder:` search prefix now requires an exact match
|
||||||
advised to see the `notmuch-search-terms` manual page for details,
|
advised to see the `notmuch-search-terms` manual page for details,
|
||||||
and review how the change affects their existing `folder:` searches.
|
and review how the change affects their existing `folder:` searches.
|
||||||
|
|
||||||
There is a new `path:` search prefix.
|
There is a new `path:` search prefix
|
||||||
|
|
||||||
The new `path:` search prefix complements the `folder:` prefix. The
|
The new `path:` search prefix complements the `folder:` prefix. The
|
||||||
`path:` prefix searches for email messages that are in particular
|
`path:` prefix searches for email messages that are in particular
|
||||||
|
|
|
@ -153,4 +153,4 @@ SEE ALSO
|
||||||
**notmuch-dump(1)**, **notmuch-hooks(5)**, **notmuch-insert(1)**,
|
**notmuch-dump(1)**, **notmuch-hooks(5)**, **notmuch-insert(1)**,
|
||||||
**notmuch-new(1)**, **notmuch-reply(1)**, **notmuch-restore(1)**,
|
**notmuch-new(1)**, **notmuch-reply(1)**, **notmuch-restore(1)**,
|
||||||
**notmuch-search-terms(7)**, **notmuch-show(1)**, **notmuch-tag(1)**
|
**notmuch-search-terms(7)**, **notmuch-show(1)**, **notmuch-tag(1)**
|
||||||
***notmuch-address(1)**
|
**notmuch-address(1)**
|
||||||
|
|
Loading…
Reference in a new issue