summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomi Ollila <tomi.ollila@iki.fi>2017-07-13 20:18:04 +0300
committerTomi Ollila <tomi.ollila@iki.fi>2017-07-13 20:18:04 +0300
commit1c209ef6745c86aa524153a14b7699df76cf0d26 (patch)
tree77bb38cd3f1578d4272efe87e51850890ff42f21
parent703183af3c39be2f56676fb2501d90bf9a6aa49d (diff)
news for release 0.24.2
-rw-r--r--news/release-0.24.2.mdwn14
-rw-r--r--news/release-0.24.mdwn15
2 files changed, 25 insertions, 4 deletions
diff --git a/news/release-0.24.2.mdwn b/news/release-0.24.2.mdwn
new file mode 100644
index 0000000..6838dae
--- /dev/null
+++ b/news/release-0.24.2.mdwn
@@ -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.
diff --git a/news/release-0.24.mdwn b/news/release-0.24.mdwn
index f1fc8d8..0f01c2f 100644
--- a/news/release-0.24.mdwn
+++ b/news/release-0.24.mdwn
@@ -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