From d35ee72a3690dfdcd456e4326598632a15cff5c5 Mon Sep 17 00:00:00 2001 From: Sebastian Spaeth Date: Thu, 25 Mar 2010 14:52:52 +0100 Subject: [PATCH] [notmuch] cnotmuch 0.2.1 release (API complete) --- ab/27eaf2ad39f060accae95cadea449db405055e | 73 +++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 ab/27eaf2ad39f060accae95cadea449db405055e diff --git a/ab/27eaf2ad39f060accae95cadea449db405055e b/ab/27eaf2ad39f060accae95cadea449db405055e new file mode 100644 index 000000000..bf10c5fbc --- /dev/null +++ b/ab/27eaf2ad39f060accae95cadea449db405055e @@ -0,0 +1,73 @@ +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 6C35E4196F3 + for ; Thu, 25 Mar 2010 06:52:59 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0.8 +X-Spam-Level: +X-Spam-Status: No, score=0.8 tagged_above=-999 required=5 tests=[BAYES_50=0.8] + 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 sKhgBKxY2kZl for ; + Thu, 25 Mar 2010 06:52:57 -0700 (PDT) +Received: from homiemail-a25.g.dreamhost.com (caiajhbdccac.dreamhost.com + [208.97.132.202]) + by olra.theworths.org (Postfix) with ESMTP id 1C1E34196F2 + for ; Thu, 25 Mar 2010 06:52:57 -0700 (PDT) +Received: from sspaeth.de (mtec-hg-docking-1-dhcp-204.ethz.ch + [129.132.133.204]) + by homiemail-a25.g.dreamhost.com (Postfix) with ESMTPA id 399E7678062 + for ; Thu, 25 Mar 2010 06:52:55 -0700 (PDT) +Received: by sspaeth.de (sSMTP sendmail emulation); + Thu, 25 Mar 2010 14:52:52 +0100 +From: "Sebastian Spaeth" +To: Notmuch development list +In-Reply-To: <87k4t4effn.fsf@SSpaeth.de> +References: <87k4t4effn.fsf@SSpaeth.de> +Date: Thu, 25 Mar 2010 14:52:52 +0100 +Message-ID: <87sk7oh5jf.fsf@SSpaeth.de> +MIME-Version: 1.0 +Content-Type: text/plain; charset=us-ascii +Subject: [notmuch] cnotmuch 0.2.1 release (API complete) +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: Thu, 25 Mar 2010 13:52:59 -0000 + +FYI: The python bindings for notmuch.so are now API complete and I +released them as version 0.2.1. + +See: +http://pypi.python.org/pypi/cnotmuch for an overview and downloads. +http://bitbucket.org/spaetz/cnotmuch/ the source code repo/history +http://packages.python.org/cnotmuch/ the API documentation + +> This means you can do "easy_install cnotmuch" on your linux box and it +> will get installed into: +> +> /usr/local/lib/python2.x/dist-packages/ +> +> For uninstalling, you'll need to remove the "cnotmuch-0.2.1-py2.x.egg" +> file/directory and delete one entry in the "easy-install.pth" file in that +> same directory. +> +> It needs to have a libnotmuch.so or libnotmuch.so.1 available in some +> library folder or will raise an exception when loading. +> "OSError: libnotmuch.so.1: cannot open shared object file: No such file or directory" + +Have fun, + +Sebastian -- 2.26.2