Re: Notmuch on os x?
authorTim Gray <tgray@protozoic.com>
Thu, 24 Mar 2011 01:50:02 +0000 (21:50 +2000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:38:02 +0000 (09:38 -0800)
3b/2874cc0f593e68a46a2acda9f63cdbc0eedf32 [new file with mode: 0644]

diff --git a/3b/2874cc0f593e68a46a2acda9f63cdbc0eedf32 b/3b/2874cc0f593e68a46a2acda9f63cdbc0eedf32
new file mode 100644 (file)
index 0000000..9d56ed4
--- /dev/null
@@ -0,0 +1,67 @@
+Return-Path: <tgray@protozoic.com>\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 E63CC431FB6\r
+       for <notmuch@notmuchmail.org>; Wed, 23 Mar 2011 18:50:06 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\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 U-0SrKCylySH for <notmuch@notmuchmail.org>;\r
+       Wed, 23 Mar 2011 18:50:06 -0700 (PDT)\r
+X-Greylist: delayed 100871 seconds by postgrey-1.32 at olra;\r
+       Wed, 23 Mar 2011 18:50:06 PDT\r
+Received: from mxout-08.mxes.net (mxout-08.mxes.net [216.86.168.183])\r
+       (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 845F7431FB5\r
+       for <notmuch@notmuchmail.org>; Wed, 23 Mar 2011 18:50:06 -0700 (PDT)\r
+Received: from selenium.home (unknown [72.94.160.21])\r
+       (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by smtp.mxes.net (Postfix) with ESMTPSA id 93C70509E2\r
+       for <notmuch@notmuchmail.org>; Wed, 23 Mar 2011 21:50:05 -0400 (EDT)\r
+Date: Wed, 23 Mar 2011 21:50:02 -0400\r
+From: Tim Gray <tgray@protozoic.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: Re: Notmuch on os x?\r
+Message-ID: <20110324015002.GA85437@selenium.125px.com>\r
+Mail-Followup-To: notmuch@notmuchmail.org\r
+References: <878vwe7xom.fsf@bunting.net.au>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii; format=flowed\r
+Content-Disposition: inline\r
+In-Reply-To: <878vwe7xom.fsf@bunting.net.au>\r
+User-Agent: Mutt/1.5.21+22 (8d0281f79b21) (2010-12-30)\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, 24 Mar 2011 01:50:07 -0000\r
+\r
+On Mar 17, 2011 at 11:12 PM +1100, Bart Bunting wrote:\r
+> Has anyone compiled notmuch for the mac?\r
+\r
+As a followup to this, I've now started playing around a bit with notmuch on \r
+OS X.  I'd be really interested in the Python bindings, but they are most \r
+definitely not working for me.  I pointed the CDLL call in globals.py to my \r
+libnotmuch (/usr/local/lib/libnotmuch.1.dylib - I have no idea if I was \r
+supposed to do something else), but when I run notmuch.py, just as a test, I \r
+get a segmentation fault.\r
+\r
+I'm sure I'm doing something totally wrong here.  For what it's worth, \r
+libnotmuch.1.dylib is x86_64 as is the Python that I'm trying to access it \r
+with.  Any help would be appreciated.\r