X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=news%2Frelease-0.18.mdwn;h=1b675da5ba09383e8876b1b16e03d9ebf004cf5b;hb=14bd0939d030873725ced673ab2c86fa3b1e6e7f;hp=5bf7321a680fe9ecf5f4caf64213ab4fd82a52c9;hpb=2673b161e8f0cfb63348d96cbfecbbdecbc9c3d9;p=notmuch-wiki diff --git a/news/release-0.18.mdwn b/news/release-0.18.mdwn index 5bf7321..1b675da 100644 --- a/news/release-0.18.mdwn +++ b/news/release-0.18.mdwn @@ -31,7 +31,7 @@ lead to less surprising results than the old behaviour. Users are advised to see the `notmuch-search-terms` manual page for details, 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 `path:` prefix searches for email messages that are in particular @@ -96,7 +96,7 @@ user does not want it. ### The commands set consistent exit status codes on failures The cli commands now consistently set exit status of 1 on failures, -except where explicitly otherwise noted. The notable expections are +except where explicitly otherwise noted. The notable exceptions are the status codes for format version mismatches for commands that support formatted output. @@ -230,7 +230,7 @@ remote-tracking branches. The easiest way to do this is: 2. Remove your `NMBGIT` repository (e.g. `mv .nmbug .nmbug.bak`). 3. Use the new `clone` command to create a fresh clone: - nmbug clone http://nmbug.tethera.net/git/nmbug-tags.git + nmbug clone https://nmbug.notmuchmail.org/git/nmbug-tags.git 4. If you had local commits in step 1, add a remote for that repository and fetch them into the new repository.