[notmuch] cnotmuch 0.2.1 release (API complete)
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Thu, 25 Mar 2010 13:52:52 +0000 (14:52 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:36:25 +0000 (09:36 -0800)
ab/27eaf2ad39f060accae95cadea449db405055e [new file with mode: 0644]

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