summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomi Ollila <tomi.ollila@iki.fi>2017-03-13 22:23:34 +0200
committerTomi Ollila <tomi.ollila@iki.fi>2017-03-13 22:23:34 +0200
commit3bff2ac0f99a52c1c742d6bda8da663fb74fb95e (patch)
treef109f7fbd90a626813ba6562f6f041ffb30cd8ef
parent46b88668029f0f014c4ecf7a220b7a99a13776f3 (diff)
backtick to escape italicising
-rw-r--r--news/release-0.24.mdwn6
1 files changed, 3 insertions, 3 deletions
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".