]> git.cworth.org Git - notmuch-wiki/commitdiff
news for release 0.24.2
authorTomi Ollila <tomi.ollila@iki.fi>
Thu, 13 Jul 2017 17:18:04 +0000 (20:18 +0300)
committerTomi Ollila <tomi.ollila@iki.fi>
Thu, 13 Jul 2017 17:18:04 +0000 (20:18 +0300)
news/release-0.24.2.mdwn [new file with mode: 0644]
news/release-0.24.mdwn

diff --git a/news/release-0.24.2.mdwn b/news/release-0.24.2.mdwn
new file mode 100644 (file)
index 0000000..6838dae
--- /dev/null
@@ -0,0 +1,14 @@
+[[!meta date="2017-06-01"]]
+
+Notmuch 0.24.2 (2017-06-01)
+===========================
+
+Command Line Interface
+----------------------
+
+Fix output from `notmuch dump --include=properties` to not include tags.
+
+Emacs
+-----
+
+Fix filename stashing in tree view.
index f1fc8d817ab05cbea45fe90babcd576ffbe4f3a9..0f01c2f61dde579a60872a0ab8326b7c04c7252a 100644 (file)
@@ -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
 -----
 
@@ -49,10 +56,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