]> git.cworth.org Git - notmuch-wiki/blobdiff - news/release-0.24.mdwn
News for release 0.38.3
[notmuch-wiki] / news / release-0.24.mdwn
index 288a8d81299184c90bdd6f3b75e21b163312b85e..0f01c2f61dde579a60872a0ab8326b7c04c7252a 100644 (file)
@@ -20,6 +20,13 @@ You can now add your own `notmuch-` prefixed commands in PATH, and
 have notmuch run them as if they were notmuch commands. See the
 `notmuch(1)` man page for details
 
+### New default output format to 3
+
+See devel/schemata for details. Users of the structured output
+format are reminded of the `--format-version` argument to `notmuch
+show` and `notmuch search` which can prevent breakage when the
+default format changes.
+
 Emacs
 -----
 
@@ -60,16 +67,16 @@ variable `notmuch-tagging-keys` for more information.
 It is now possible to refresh all notmuch buffers to reflect the
 current state of the database with a single command, `M-=`.
 
-### Stop display of application/* parts
+### Stop display of `application/*` parts
 
-By default gnus displays all application/* parts such as
+By default gnus displays all `application/*` parts such as
 application/zip in the message buffer. This has several undesirable
 effects for notmuch (security, triggering errors etc). Notmuch now
 overrides this and does not display them by default. If you have
 customized `mm-inline-override-types` then we assume you know what
 you want and do not interfere; if you do want to stop the display of
-application/* add application/* to your customization. If you want
-to allow application/* then set `mm-inline-override-types` to
+`application/*` add `application/*` to your customization. If you want
+to allow `application/*` then set `mm-inline-override-types` to
 "non/existent".
 
 ### Small change in the api for notmuch-search-tag