Re: nomuch_addresses.py
authorPhilippe LeCavalier <support@plecavalier.com>
Thu, 16 Feb 2012 19:51:59 +0000 (14:51 +1900)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:44:36 +0000 (09:44 -0800)
f2/63198cd9d2f03b73d3c123e0f574f20acf6516 [new file with mode: 0644]

diff --git a/f2/63198cd9d2f03b73d3c123e0f574f20acf6516 b/f2/63198cd9d2f03b73d3c123e0f574f20acf6516
new file mode 100644 (file)
index 0000000..180fa9c
--- /dev/null
@@ -0,0 +1,76 @@
+Return-Path: <plecavalier@plc.plecavalier.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 2349C429E45\r
+       for <notmuch@notmuchmail.org>; Thu, 16 Feb 2012 11:52:17 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 1.274\r
+X-Spam-Level: *\r
+X-Spam-Status: No, score=1.274 tagged_above=-999 required=5\r
+       tests=[RDNS_NONE=1.274] 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 F-CM5mIY5yeS for <notmuch@notmuchmail.org>;\r
+       Thu, 16 Feb 2012 11:52:11 -0800 (PST)\r
+Received: from plc.plecavalier.com (unknown [173.195.48.50])\r
+       (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id C89BE429E21\r
+       for <notmuch@notmuchmail.org>; Thu, 16 Feb 2012 11:52:11 -0800 (PST)\r
+Received: from plc.plecavalier.com (plc [127.0.0.1])\r
+       by plc.plecavalier.com (8.14.5/8.14.5) with ESMTP id q1GJq0cT006077;\r
+       Thu, 16 Feb 2012 14:52:00 -0500\r
+Received: (from plecavalier@localhost)\r
+       by plc.plecavalier.com (8.14.5/8.14.5/Submit) id q1GJpxhC006076;\r
+       Thu, 16 Feb 2012 14:51:59 -0500\r
+From: Philippe LeCavalier <support@plecavalier.com>\r
+To: Jesse Rosenthal <jrosenthal@jhu.edu>, notmuch@notmuchmail.org\r
+Subject: Re: nomuch_addresses.py\r
+In-Reply-To: <87pqded0is.fsf@jhu.edu>\r
+References: <87r4xur3rv.fsf@plc.plecavalier.com> <87pqded0is.fsf@jhu.edu>\r
+User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.3.1\r
+       (i386-redhat-linux-gnu)\r
+Date: Thu, 16 Feb 2012 14:51:59 -0500\r
+Message-ID: <87lio2r1y8.fsf@plc.plecavalier.com>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\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 19:52:17 -0000\r
+\r
+On Thu, 16 Feb 2012 14:46:35 -0500, Jesse Rosenthal <jrosenthal@jhu.edu> wrote:\r
+> On Thu, 16 Feb 2012 14:12:36 -0500, Philippe LeCavalier <support@plecavalier.com> wrote:\r
+> > I'm trying to setup tab completion for addresses. I appeared to me that\r
+> > the simplest solution was notmuch_addresses so I grabbed a copy from\r
+> > git. When I hit tab I get this[1] Was I suppose to do something more?\r
+> ...\r
+> > ref.\r
+> > [1]\r
+> > ~/notmuch/notmuch_addresses/notmuch_addresses.py exited with status 1\r
+> \r
+> I'd hope so. What happens when you run it from the command line?\r
+> \r
+> Best,\r
+> Jesse\r
+\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
+-- \r
+Thanks,\r
+Phil\r