Notmuch 0.16 is now available
authorDavid Bremner <david@tethera.net>
Sat, 3 Aug 2013 11:43:35 +0000 (08:43 +2100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:56:13 +0000 (09:56 -0800)
11/0a68f4c2b68b51614e1768ff4c878286e8accd [new file with mode: 0644]

diff --git a/11/0a68f4c2b68b51614e1768ff4c878286e8accd b/11/0a68f4c2b68b51614e1768ff4c878286e8accd
new file mode 100644 (file)
index 0000000..c7a12a4
--- /dev/null
@@ -0,0 +1,199 @@
+Return-Path: <david@tethera.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 0331B431FAF\r
+       for <notmuch@notmuchmail.org>; Sat,  3 Aug 2013 04:43:51 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id FFSq4ytbjc0z for <notmuch@notmuchmail.org>;\r
+       Sat,  3 Aug 2013 04:43:43 -0700 (PDT)\r
+Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155])\r
+       (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 5D7CD431FAE\r
+       for <notmuch@notmuchmail.org>; Sat,  3 Aug 2013 04:43:43 -0700 (PDT)\r
+Received: from remotemail by yantan.tethera.net with local (Exim 4.80)\r
+       (envelope-from <david@tethera.net>)\r
+       id 1V5aFI-0006K2-Ck; Sat, 03 Aug 2013 08:43:40 -0300\r
+Received: (nullmailer pid 6059 invoked by uid 1000); Sat, 03 Aug 2013\r
+       11:43:36 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: notmuch mailing list <notmuch@notmuchmail.org>\r
+Subject: Notmuch 0.16 is now available\r
+User-Agent: Notmuch/0.15.2+236~g15f5fc5 (http://notmuchmail.org) Emacs/24.3.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Sat, 03 Aug 2013 08:43:35 -0300\r
+Message-ID: <87zjszdmoo.fsf@zancas.localnet>\r
+MIME-Version: 1.0\r
+Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1;\r
+       protocol="application/pgp-signature"\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sat, 03 Aug 2013 11:43:51 -0000\r
+\r
+--=-=-=\r
+Content-Type: text/plain\r
+\r
+\r
+Where to obtain notmuch 0.16\r
+===========================\r
+  http://notmuchmail.org/releases/notmuch-0.16.tar.gz\r
+\r
+Which can be verified with:\r
+\r
+  http://notmuchmail.org/releases/notmuch-0.16.tar.gz.sha1\r
+  1919277b322d7aaffa81b80a64aedbb8a1c52a2b  notmuch-0.16.tar.gz\r
+\r
+  http://notmuchmail.org/releases/notmuch-0.16.tar.gz.sha1.asc\r
+  (signed by David Bremner)\r
+\r
+What's new in notmuch 0.16\r
+=========================\r
+\r
+Command-Line Interface\r
+----------------------\r
+\r
+Support for delivering messages to Maildir\r
+\r
+  There is a new command `insert` that adds a message to a Maildir\r
+  folder and notmuch index.\r
+\r
+`notmuch count --batch` option\r
+\r
+  `notmuch count` now supports batch operations similar to `notmuch\r
+  tag`. This is mostly an optimization for remote notmuch usage.\r
+\r
+`notmuch tag` option to remove all tags from matching messages\r
+\r
+  `notmuch tag --remove-all` option has been added to remove all tags\r
+  from matching messages. This can be combined with adding new tags,\r
+  resulting in setting (rather than modifying) the tags of the\r
+  messages.\r
+\r
+Decrypting commands explicitly expect a gpg-agent\r
+\r
+  Decryption in `notmuch show` and `notmuch reply` has only ever\r
+  worked with a functioning gpg-agent. This is now made explicit in\r
+  code and documentation. The functional change is that it's now\r
+  possible to have gpg-agent running, but gpg "use-agent"\r
+  configuration option disabled, not forcing the user to use the agent\r
+  everywhere.\r
+\r
+Configuration file saves follow symbolic links\r
+\r
+  The notmuch commands that save the configuration file now follow\r
+  symbolic links instead of overwrite them.\r
+\r
+Top level option to specify configuration file\r
+\r
+  It's now possible to specify the configuration file to use on the\r
+  command line using the `notmuch --config=FILE` option.\r
+\r
+Bash command-line completion\r
+\r
+  The notmuch command-line completion support for the bash shell has\r
+  been rewritten. Supported completions include all the notmuch\r
+  commands, command-line arguments, values for keyword arguments,\r
+  search prefixes (such as "subject:" or "from:") in all commands that\r
+  use search terms, tags after + and - in `notmuch tag`, tags after\r
+  "tag:" prefix, user's email addresses after "from:" and "to:"\r
+  prefixes, and config options (and some config option values) in\r
+  `notmuch config`. The new completion support depends on the\r
+  bash-completion package.\r
+\r
+Deprecated commands "part" and "search-tags" are removed.\r
+\r
+Emacs Interface\r
+---------------\r
+\r
+New keymap to view/save parts; removed s/v/o/| part button bindings\r
+\r
+  The commands to view, save, and open MIME parts are now prefixed\r
+  with "." (". s" to save, ". v" to view, etc) and can be invoked with\r
+  point anywhere in a part, unlike the old commands, which were\r
+  restricted to part buttons.  The old "s"/"v"/"o"/"|" commands on\r
+  part buttons have been removed since they clashed with other\r
+  bindings (notably "s" for search!) and could not be invoked when\r
+  there was no part button.  The new, prefixed bindings appear in\r
+  show's help, so you no longer have to memorize them.\r
+\r
+Default part save directory is now `mm-default-directory`\r
+\r
+  Previously, notmuch offered to save parts and attachments to a mix\r
+  of `mm-default-directory`, `mailcap-download-directory`, and `~/`.\r
+  This has been standardized on `mm-default-directory`.\r
+\r
+Key bindings for next/previous thread\r
+\r
+  Show view has new key bindings M-n and M-p to move to the next and\r
+  previous thread in the search results.\r
+\r
+Better handling of errors in search buffers\r
+\r
+  Instead of interleaving errors in search result buffers, search mode\r
+  now reports errors in the minibuffer.\r
+\r
+Faster search and show\r
+\r
+  Communication between Emacs and the notmuch CLI is now more\r
+  efficient because it uses the CLI's S-expression support.  As a\r
+  result, search mode should now fill search buffers faster and\r
+  threads should show faster.\r
+\r
+No Emacs 22 support\r
+\r
+  The Emacs 22 support added late 2010 was sufficient only for a short\r
+  period of time. After being incomplete for roughly 2 years the code\r
+  in question was now removed from this release.\r
+\r
+Vim Front-End\r
+-------------\r
+\r
+The vim based front-end has been replaced with a new one that uses the Ruby\r
+bindings. The old font-end is available in the contrib subfolder.\r
+\r
+Python Bindings\r
+---------------\r
+\r
+Fix loading of libnotmuch shared library on OS X (Darwin) systems.\r
+\r
+What is notmuch\r
+===============\r
+Notmuch is a system for indexing, searching, reading, and tagging\r
+large collections of email messages in maildir or mh format. It uses\r
+the Xapian library to provide fast, full-text search with a convenient\r
+search syntax.\r
+\r
+For more about notmuch, see http://notmuchmail.org\r
+make[1]: Leaving directory `/home/bremner/software/upstream/notmuch'\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v1.4.14 (GNU/Linux)\r
+\r
+iJwEAQECAAYFAlH87OgACgkQTiiN/0Um85kbhgP/V6Y9Yt+aXT21VBs19QitdfaS\r
+0/ZMtNFA+cGlUzK9E74WJPx3S3MPS3/olz/2bpDMq8AASuqVKP6IXU2MSnGYR6wt\r
+dcLAHuUW23ufpd+qNjcgdR7pBO4kksTpoPinuoE9qlLDbET3XUnLmrHhjZz0GtUK\r
+t9CYS8xTsWRARrdzBnA=\r
+=utAK\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r