From: W. Trevor King Date: Mon, 22 Sep 2014 17:56:46 +0000 (-0700) Subject: README.rst: Replace tab indentation with spaces X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4a4adcb1f0bdaffe32a87e05185821c8125dd52e;p=nmhive.git README.rst: Replace tab indentation with spaces These snuck in with 7d2299db (README.rst: Document the nmhive.py endpoints, 2014-09-22) and were causing the block to be rendered as part of the preformated block starting with the curl command. --- diff --git a/README.rst b/README.rst index 167cf2f..98a8f8e 100644 --- a/README.rst +++ b/README.rst @@ -65,10 +65,10 @@ bookmarklet (or other tools): $ curl -XPOST -H 'Content-Type: application/json' -d '["+obsolete", "-needs-review"]' http://localhost:5000/mid/e630b6763e9d0771718afee41ea15b29bb4a1de8.1409935538.git.wking@tremily.us ["obsolete", "patch"] - Adding an already associated tag and removing an already - unassociated tag are both no-ops. Returns the updated tags as a - JSON array. If the given Message-ID isn't in the notmuch database, - returns a 404. + Adding an already associated tag and removing an already + unassociated tag are both no-ops. Returns the updated tags as a + JSON array. If the given Message-ID isn't in the notmuch database, + returns a 404. ``GET /gmane//
`` Returns the article's Message-ID as ``text/plain``. For example,