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 749C840DAC4 for ; Thu, 11 Nov 2010 21:02:55 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.89 X-Spam-Level: X-Spam-Status: No, score=-2.89 tagged_above=-999 required=5 tests=[ALL_TRUSTED=-1, BAYES_00=-1.9, T_MIME_NO_TEXT=0.01] autolearn=ham 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 QWmRk9UesUjl for ; Thu, 11 Nov 2010 21:02:44 -0800 (PST) Received: from yoom.home.cworth.org (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 4FA2A40DBC5 for ; Thu, 11 Nov 2010 21:02:44 -0800 (PST) Received: by yoom.home.cworth.org (Postfix, from userid 1000) id E37A225412B; Thu, 11 Nov 2010 21:02:43 -0800 (PST) From: Carl Worth To: notmuch@notmuchmail.org Subject: notmuch release 0.5 now available User-Agent: Notmuch/0.4 (http://notmuchmail.org) Emacs/23.2.1 (i486-pc-linux-gnu) Date: Thu, 11 Nov 2010 21:02:43 -0800 Message-ID: <87fwv79lsc.fsf@yoom.home.cworth.org> 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: Fri, 12 Nov 2010 05:02:55 -0000 --=-=-= Content-Transfer-Encoding: quoted-printable So, I said I was being foolhardy when I said I wanted to have 0.5 come just a week after 0.4. And, indeed, we missed that. But considering this release is only 10 days after 0.4, (where it was 6 months(!) after 0.3), I think we did pretty well. The major feature in notmuch 0.5 is the ability to automatically synchronize maildir flags, (so that if a mail file gets marked externally with the flag 'S' for "seen" then the "unread" tag in the notmuch database will be automatically removed). And of course, there are various fixes and improvements throughout. See below for details. And we'll see what another week will bring. Many thanks to those who contributed code to this release, (Ali Polatel, Carl Worth, David Edmondson, Felipe Contreras, Jameson Rollins, Michal Sojka, and Scott Henson), and to the many more that contributed with ideas, testing and feedback. =2DCarl Where to obtain notmuch 0.5 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D http://notmuchmail.org/releases/notmuch-0.5.tar.gz Which can be verified with: http://notmuchmail.org/releases/notmuch-0.5.tar.gz.sha1 8a02dba668abdae783b94d11de01a27f9dcd6085 notmuch-0.5.tar.gz http://notmuchmail.org/releases/notmuch-0.5.tar.gz.sha1.asc (signed by Carl Worth) What's new in notmuch 0.5 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D New, general features =2D-------------------- Maildir-flag synchronization Notmuch now knows how to synchronize flags in maildir filenames with tags in the notmuch database. The following flag/tag mappings are supported: Flag <-> Tag ---- ----- 'D' draft 'F' flagged 'P' passed 'R' replied 'S' unread (added when 'S' flag is not present) The synchronization occurs in both directions, (for example, adding the 'S' flag to a file will cause the "unread" tag to be added, and adding the "replied" tag to a message will cause the file to be renamed with an 'R' flag). This synchronization is enabled by default for users of the command-line interface, (though only files in directories named "cur" or "new" will be renamed). It can be disabled by setting the new maildir.synchronize_flags option in the configuration file. For example: notmuch config set maildir.synchronize_flags false Users upgrading may also want to run "notmuch setup" once (just accept the existing configuration) to get a new, nicely-commented [maildir] section added to the configuration file. For users of the notmuch library, the new synchronization functionality is available with the following two new functions: notmuch_message_maildir_flags_to_tags notmuch_message_tags_to_maildir_flags It is anticipated that future improvements to this support will allow for safe synchronization of the 'T' flag with the "deleted" tag, as well as support for custom flag/tag mappings. New library features =2D------------------- Support for querying multiple filenames for a single message It is common for the mailstore to contain multiple files with the same message ID. Previously, notmuch would always hide these duplicate files, (returning a single, arbitrary filename with notmuch_message_get_filename). With this release, library users can access all filenames for a message with the new function: notmuch_message_get_filenames Together with notmuch_filenames_valid, notmuch_filenames_get, and notmuch_filenames_move_to_next it is now possible to iterate over all available filenames for a given message. New command-line features =2D------------------------ New "notmuch show --format=3Draw" for getting at original email contents This new feature allows for a fully-functional email client to be built on top of the notmuch command-line without needing any direct access to the mail store itself. For example, it's now possible to run "emacs -f notmuch" on a local machine with only ssh access to the mail store/notmuch database. To do this, simply set the notmuch-command variable in emacs to the name of a script containing: ssh user@host notmuch "$@" If the ssh client has enabled connection sharing (ControlMaster option in OpenSSH), the emacs interface can be quite responsive this way. General bug fixes =2D---------------- Fix "notmuch search" to print nothing when nothing matches The 0.4 release had a bug in which: notmuch search would produce a single blank line of output, (where previous versions would produce no output. This fix also causes a change in the --format=3Djson output, (which would previously produce "[]" and now produces nothing). Emacs interface improvements =2D--------------------------- Fix to allow pipe ('|') command to work when using notmuch over ssh Fix count of lines in hidden signatures. Omit repeated subject lines in (collapsed) thread display. Display current thread subject in a header line. Provide a "c i" binding to copy a thread ID from the search view. Allow for notmuch-fcc-dirs to have a value of nil. Also, the more complex form of notmuch-fcc-dirs now has a slightly different format. It no longer has a special first-element, fallback string. Instead it's now a list of cons cells where the car of each cell is a regular expression to be matched against the sender address, and the cdr is the name of a folder to use for an FCC. So the old fallback behavior can be achieved by including a fineal cell of (".*" . "default-fcc-folder"). Vim interface improvements =2D------------------------- Felipe Contreras provided a number of updates for the vim interface. These include optimiations, support for newer versions of vim, fixed support for sending mail on modern systmms, new commands, and various cleanups. New bindings =2D----------- Added initial ruby bindings in bindings/ruby What is notmuch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 make[1]: Leaving directory `/home/cworth/src/notmuch' =2D-=20 carl.d.worth@intel.com --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iD8DBQFM3Mpz6JDdNq8qSWgRAlcFAJoD3ZVTJoFN2f05kBlFirkZyxNHHACfULKe 8GTdDqRA2j46AJICqpLA9wc= =dkXh -----END PGP SIGNATURE----- --=-=-=--