X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=blobdiff_plain;f=news%2Frelease-0.24.mdwn;h=0f01c2f61dde579a60872a0ab8326b7c04c7252a;hp=288a8d81299184c90bdd6f3b75e21b163312b85e;hb=HEAD;hpb=868c5f30edd4e92f8d21090200e6c3b57f332d8c diff --git a/news/release-0.24.mdwn b/news/release-0.24.mdwn index 288a8d8..0f01c2f 100644 --- a/news/release-0.24.mdwn +++ b/news/release-0.24.mdwn @@ -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