Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id D47F1431FB6 for ; Tue, 21 Aug 2012 02:57:15 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "To" X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mOOyQKtmYpgt for ; Tue, 21 Aug 2012 02:57:14 -0700 (PDT) Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 34452431FAE for ; Tue, 21 Aug 2012 02:57:14 -0700 (PDT) Received: from remotemail by tesseract.cs.unb.ca with local (Exim 4.72) (envelope-from ) id 1T3lCz-0003Cv-F7; Tue, 21 Aug 2012 06:57:13 -0300 Received: (nullmailer pid 22128 invoked by uid 1000); Tue, 21 Aug 2012 09:57:09 -0000 From: David Bremner To: Notmuch Mail To: notmuch@notmuchmail.org Subject: notmuch release 0.14 now available User-Agent: Notmuch/0.14 (http://notmuchmail.org) Emacs/24.1.1 (x86_64-pc-linux-gnu) Date: Tue, 21 Aug 2012 11:57:08 +0200 Message-ID: <87harwd0uj.fsf@maritornes.cs.unb.ca> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2012 09:57:16 -0000 --=-=-= Content-Type: text/plain Where to obtain notmuch 0.14 =========================== http://notmuchmail.org/releases/notmuch-0.14.tar.gz Which can be verified with: http://notmuchmail.org/releases/notmuch-0.14.tar.gz.sha1 ad1ef9c2d29cfb0faab7837968d11325dee404bd notmuch-0.14.tar.gz http://notmuchmail.org/releases/notmuch-0.14.tar.gz.sha1.asc (signed by David Bremner) What's new in notmuch 0.14 ========================= General bug fixes ----------------- Maildir tag synchronization Maildir flag-to-tag synchronization now applies only to messages in maildir-like directory structures. Previously, it applied to any message that had a maildir "info" part, which meant it could incorrectly synchronize tags for non-maildir messages, while at the same time failing to synchronize tags for newly received maildir messages (typically causing new messages to not receive the "unread" tag). Command-Line Interface ---------------------- The deprecated positional output file argument to `notmuch dump` has been replaced with an `--output` option. The input file positional argument to `notmuch restore` has been replaced with an `--input` option for consistency with dump. These changes simplify the syntax of dump/restore options and make them more consistent with other notmuch commands. Emacs Interface --------------- Search results now get re-colored when tags are updated The formatting of tags in search results can now be customized Previously, attempting to change the format of tags in `notmuch-search-result-format` would usually break tagging from search-mode. We no longer make assumptions about the format. Experimental support for multi-line search result formats It is now possible to embed newlines in `notmuch-search-result-format` to make individual search results span multiple lines. Next/previous in search and show now move by boundaries All "next" and "previous" commands in the search and show modes now move to the next/previous result or message boundary. This doesn't change the behavior of "next", but "previous" commands will first move to the beginning of the current result or message if point is inside the result or message. Search now uses the JSON format internally This should address problems with unusual characters in authors and subject lines that could confuse the old text-based search parser. The date shown in search results is no longer padded before applying user-specified formatting Previously, the date in the search results was padded to fixed width before being formatted with `notmuch-search-result-format`. It is no longer padded. The default format has been updated, but if you've customized this variable, you may have to change your date format from `"%s "` to `"%12s "`. The thread-id for the `target-thread` argument for `notmuch-search` should now be supplied without the "thread:" prefix. What is notmuch =============== Notmuch is a system for indexing, searching, reading, and tagging large collections of email messages in maildir or mh format. It uses the Xapian library to provide fast, full-text search with a convenient search syntax. For more about notmuch, see http://notmuchmail.org --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iJwEAQECAAYFAlAzW3QACgkQTiiN/0Um85kbiQP9HAXTevaPkmJrSGd2UvYjUPbQ j/o4c27SHcIK0EpE8h+ED9hakNYLBi/CYJlu230GjdVI7B4kmkJCslK9vAMmA6Ho l3TY6wkrK9uzpyGwRWXLa5Uc9H/YtHaqYdApfZ1HjDAb+xWUVsNopfJdNs347mPe 6T8UsdRiZpdRrHQdD7I= =48gV -----END PGP SIGNATURE----- --=-=-=--