From: Tomi Ollila Date: Mon, 13 Mar 2017 20:23:34 +0000 (+0200) Subject: backtick to escape italicising X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=commitdiff_plain;h=3bff2ac0f99a52c1c742d6bda8da663fb74fb95e backtick to escape italicising --- diff --git a/news/release-0.24.mdwn b/news/release-0.24.mdwn index 288a8d8..5355517 100644 --- a/news/release-0.24.mdwn +++ b/news/release-0.24.mdwn @@ -60,15 +60,15 @@ 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 +`application/*` add `application/*` to your customization. If you want to allow application/* then set `mm-inline-override-types` to "non/existent".