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 DB57F4196F0 for ; Fri, 4 Jun 2010 17:32:54 -0700 (PDT) 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 hEbqxRT8Mq-Y for ; Fri, 4 Jun 2010 17:32:44 -0700 (PDT) Received: from yoom.home.cworth.org (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 5C6CF431FC1 for ; Fri, 4 Jun 2010 17:32:44 -0700 (PDT) Received: by yoom.home.cworth.org (Postfix, from userid 1000) id 03A04568F52; Fri, 4 Jun 2010 17:32:44 -0700 (PDT) From: Carl Worth To: notmuch@notmuchmail.org Subject: My repository is moving once again... User-Agent: Notmuch/0.3.1-53-gd64d0cc (http://notmuchmail.org) Emacs/23.1.1 (i486-pc-linux-gnu) Date: Fri, 04 Jun 2010 17:32:43 -0700 Message-ID: <87typiz5ck.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: Sat, 05 Jun 2010 00:32:55 -0000 --=-=-= Content-Transfer-Encoding: quoted-printable After a (much-too-long) hiatus, I just pushed a batch of changes to my notmuch repository. This includes the several changes that I recently reviewed on the mailing list and said that I had committed locally and would push soon. Additionally, I've pushed a few of bug fixes as follows: * Fix to never add a partially complete message to the database. Various interruptions to notmuch processing, (perhaps other bugs described below) would leave a half-complete message in the database. And later runs of notmuch would trip and fall over on this half-complete message. Thanks to a suggestion from Olly, notmuch now never adds the partial documents to the database so this problem should be avoided entirely. * Fix for really long message ID values. Scott mentioned various Xapian exceptions and notmuch internal errors that occurred after trying to add a message with a 300+ character message ID. I've fixed this to now be handled well, (with new tests in the test suite to handle 512-character message IDs). * Make things easier after "make install" (for Linux at least) On Linux systems, the configure script will now identify the various paths supported by ldconfig (such as /usr/local/lib). Then, if the prefix is to one of these places (such as /usr/local/), make install will run ldconfig automatically. This will allow some people to be able to more easily run notmuch immediately after installing. Similarly, if the notmuch library is installed to some non-system directory, (such as --prefix=3D${HOME}/foo), then the final link of the shared binary will include a DT_RUNPATH entry to the directory in which the library is installed. This will also allow the notmuch binary to work immediately after "make install" without the user needing to set the LD_LIBRARY_PATH variable. I implemented this last piece only on Linux. I think OS X doesn't need additional support for this since linking binaries against libraries might automatically encode the paths, (though I haven't tested). I also haven't investigated what might be the right thing to do for Solaris, (it's probably not all that different than what I did for Linux). So if anybody wants to put together similar patches as needed for their favorite platforms, then that would be great. =2DCarl =2D-=20 carl.d.worth@intel.com --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iD8DBQFMCZsr6JDdNq8qSWgRAh98AJ96OwXHjtQnEXfrZSYhRM4vGIakwgCeLBs0 mSA9A6sJZKBIIHyKyfFRuMI= =Ge8m -----END PGP SIGNATURE----- --=-=-=--