]> git.cworth.org Git - notmuch-wiki/blobdiff - news/release-0.18.mdwn
News for release 0.38.3
[notmuch-wiki] / news / release-0.18.mdwn
index 5bf7321a680fe9ecf5f4caf64213ab4fd82a52c9..1b675da5ba09383e8876b1b16e03d9ebf004cf5b 100644 (file)
@@ -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.