X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=NEWS;h=3756590e8d8bfed1455483561ee646a8e24457c7;hp=bfd525506e474e92ee6336f14f32609d2b0ee519;hb=9c3a27dee949f76ad4780c716142c22cd9ba4911;hpb=9da57ea10701e390b0a35c7b7aba51a28a497e98 diff --git a/NEWS b/NEWS index bfd52550..3756590e 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Notmuch 0.24 (UNRELEASED) +Notmuch 0.24 (2017-03-12) ========================= General @@ -9,6 +9,15 @@ Regular expression searches supported for `from:` and `subject:`. This requires recent Xapian (1.4+) See notmuch-search-terms(7) for details. +Command Line Interface +---------------------- + +Run external `notmuch-` prefixed commands as subcommands + + 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 + Emacs ----- @@ -73,6 +82,22 @@ Bugfix for sending messages with very long headers. could cause the MTA to refuse to send the message. This makes sure it does fold any long headers so the message is RFC compliant. +`notmuch emacs-mua` command installed with the Emacs interface + + We've carried a `notmuch-emacs-mua` script in the source tree for + quite some time. It can be used to launch the Notmuch Emacs + interface from the command line in many different ways. Starting + with this release, it will be installed with the Emacs + interface. With the new external subcommand support, the script + transparently becomes a new notmuch command. See the + `notmuch-emacs-mua(1)` man page for details. + +Notmuch Emacs desktop integration + + The desktop integration file will now be installed with the Notmuch + Emacs interface, adding a Notmuch menu item and configuration to + allow the user to set up Notmuch Emacs as the `mailto:` URL handler. + Library changes ---------------