]> git.cworth.org Git - obsolete/notmuch-wiki/blobdiff - news/release-0.11.mdwn
NEWS layout tunes
[obsolete/notmuch-wiki] / news / release-0.11.mdwn
index 642bf98554e50118b3d7cdcac6725447bd8d8f60..44bc06d7c69c098ff9ebe341a894c6d5fe14e331 100644 (file)
@@ -24,7 +24,7 @@ Performance
 
 ### Automatic tag query optimization
 
-  "notmuch tag" now automatically optimizes the user's query to
+  `notmuch tag` now automatically optimizes the user's query to
   exclude messages whose tags won't change.  In the past, we've
   suggested that people do this by hand; this is no longer necessary.
 
@@ -84,7 +84,7 @@ Emacs Interface
   thousands separator (e.g. "123 456" instead of "123,456"). This can be
   changed by customizing "notmuch-hello-thousands-separator".
 
-### Call notmuch-show instead of notmuch-search when clicking on buttonized id: links.
+### Call notmuch-show instead of notmuch-search when clicking on buttonized id: links
 
 ### New function notmuch-show-advance
 
@@ -92,7 +92,7 @@ Emacs Interface
   less invasive than notmuch-show-advance-and-archive.  It can easily
   be bound to SPC with:
 
-       (define-key notmuch-show-mode-map " " 'notmuch-show-advance)
+        (define-key notmuch-show-mode-map " " 'notmuch-show-advance)
 
 ### Various performance improvements