Re: nomuch_addresses.py
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Thu, 16 Feb 2012 20:03:16 +0000 (15:03 +1900)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:44:37 +0000 (09:44 -0800)
2e/aa8f16416e7cb4e043f0c8da06282f364f86a0 [new file with mode: 0644]

diff --git a/2e/aa8f16416e7cb4e043f0c8da06282f364f86a0 b/2e/aa8f16416e7cb4e043f0c8da06282f364f86a0
new file mode 100644 (file)
index 0000000..84bcc5f
--- /dev/null
@@ -0,0 +1,72 @@
+Return-Path: <dkg@fifthhorseman.net>\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 CC33C429E50\r
+       for <notmuch@notmuchmail.org>; Thu, 16 Feb 2012 12:03:24 -0800 (PST)\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 LxMco8-LloYf for <notmuch@notmuchmail.org>;\r
+       Thu, 16 Feb 2012 12:03:20 -0800 (PST)\r
+Received: from che.mayfirst.org (che.mayfirst.org [209.234.253.108])\r
+       by olra.theworths.org (Postfix) with ESMTP id C438A429E21\r
+       for <notmuch@notmuchmail.org>; Thu, 16 Feb 2012 12:03:20 -0800 (PST)\r
+Received: from [192.168.13.75] (lair.fifthhorseman.net [108.58.6.98])\r
+       by che.mayfirst.org (Postfix) with ESMTPSA id B1825F970;\r
+       Thu, 16 Feb 2012 15:03:16 -0500 (EST)\r
+Message-ID: <4F3D6104.7050800@fifthhorseman.net>\r
+Date: Thu, 16 Feb 2012 15:03:16 -0500\r
+From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>\r
+User-Agent: Mozilla/5.0 (X11; Linux i686; rv:9.0) Gecko/20120125 Icedove/9.0.1\r
+MIME-Version: 1.0\r
+To: Philippe LeCavalier <support@plecavalier.com>\r
+Subject: Re: nomuch_addresses.py\r
+References: <87r4xur3rv.fsf@plc.plecavalier.com> <87pqded0is.fsf@jhu.edu>\r
+       <87lio2r1y8.fsf@plc.plecavalier.com>\r
+In-Reply-To: <87lio2r1y8.fsf@plc.plecavalier.com>\r
+X-Enigmail-Version: 1.3.4\r
+Content-Type: text/plain; charset=UTF-8\r
+Content-Transfer-Encoding: 7bit\r
+Cc: notmuch@notmuchmail.org\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, 16 Feb 2012 20:03:25 -0000\r
+\r
+On 02/16/2012 02:51 PM, Philippe LeCavalier wrote:\r
+> $ ~/notmuch/notmuch_addresses/notmuch_addresses.py\r
+> Traceback (most recent call last):\r
+>   File "/home/plecavalier/notmuch/notmuch_addresses/notmuch_addresses.py", line 19, in <module>\r
+>     import notmuch\r
+> ImportError: No module named notmuch\r
+\r
+Assuming you're using packaged versions:\r
+\r
+  apt-get install python-notmuch\r
+\r
+or whatever the equivalent is for redhat systems (maybe "yum install\r
+python-notmuch"?)\r
+\r
+According to your User-Agent string, though, you're using notmuch 0.5\r
+--i don't know if the python bindings from 0.5 are sufficient for\r
+notmuch_addresses.py.  please report back and let us know what you try\r
+and what works (or doesn't) for you !\r
+\r
+hth,\r
+\r
+       --dkg\r