]> git.cworth.org Git - notmuch-wiki/blobdiff - news/release-0.24.mdwn
NEWS for version 0.24.1
[notmuch-wiki] / news / release-0.24.mdwn
index 288a8d81299184c90bdd6f3b75e21b163312b85e..f1fc8d817ab05cbea45fe90babcd576ffbe4f3a9 100644 (file)
@@ -49,10 +49,10 @@ customize `notmuch-address-save-filename`.
 ### Tag jump menu
 
 It is now possible to configure tagging shortcuts (with an interface
-like notmuch jump). For example (by default) k u will remove the
-unread tag, and k s will add a tag "spam" and remove the inbox
-tag. Pressing k twice will do the reverse operation so, for example,
-k k s removes the spam tag and adds the inbox tag. See the customize
+like notmuch jump). For example (by default) `k u` will remove the
+unread tag, and `k s` will add a tag "spam" and remove the inbox
+tag. Pressing `k` twice will do the reverse operation so, for example,
+`k k s` removes the spam tag and adds the inbox tag. See the customize
 variable `notmuch-tagging-keys` for more information.
 
 ### Refresh all buffers
@@ -60,16 +60,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