Re: [notmuch] Using notmuch as an address book for tab-completion
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Sun, 21 Mar 2010 20:18:12 +0000 (21:18 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:36:24 +0000 (09:36 -0800)
2f/99cdd6e654b3c217d0d65f588847c439ea54aa [new file with mode: 0644]

diff --git a/2f/99cdd6e654b3c217d0d65f588847c439ea54aa b/2f/99cdd6e654b3c217d0d65f588847c439ea54aa
new file mode 100644 (file)
index 0000000..c93a768
--- /dev/null
@@ -0,0 +1,80 @@
+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 1E6904196F0\r
+       for <notmuch@notmuchmail.org>; Sun, 21 Mar 2010 13:18:17 -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 c0x5piPdLBrP for <notmuch@notmuchmail.org>;\r
+       Sun, 21 Mar 2010 13:18:16 -0700 (PDT)\r
+Received: from homiemail-a13.g.dreamhost.com (caiajhbdccah.dreamhost.com\r
+       [208.97.132.207])\r
+       by olra.theworths.org (Postfix) with ESMTP id 46C4C431FC1\r
+       for <notmuch@notmuchmail.org>; Sun, 21 Mar 2010 13:18:16 -0700 (PDT)\r
+Received: from sspaeth.de (unknown [195.190.188.219])\r
+       by homiemail-a13.g.dreamhost.com (Postfix) with ESMTPA id 6BB176A8058\r
+       for <notmuch@notmuchmail.org>; Sun, 21 Mar 2010 13:18:14 -0700 (PDT)\r
+Received: by sspaeth.de (sSMTP sendmail emulation);\r
+       Sun, 21 Mar 2010 21:18:12 +0100\r
+From: "Sebastian Spaeth" <Sebastian@SSpaeth.de>\r
+To: notmuch@notmuchmail.org\r
+In-Reply-To: <87fx3uflkx.fsf@jhu.edu>\r
+References: <87fx3uflkx.fsf@jhu.edu>\r
+Date: Sun, 21 Mar 2010 21:18:12 +0100\r
+Message-ID: <87r5nde8e3.fsf@SSpaeth.de>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+Subject: Re: [notmuch] Using notmuch as an address book for tab-completion\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: Sun, 21 Mar 2010 20:18:17 -0000\r
+\r
+On Sat, 20 Mar 2010 22:35:42 -0400, Jesse Rosenthal <jrosenthal@jhu.edu> wrote:\r
+> I've written a python script (with some help and suggestions\r
+> from spaetz) which can perform the address-book functionality, and a\r
+> backend for emacs's EUDC address-lookup functionality to access the\r
+> script.\r
+\r
+Thanks for sharing, I am very much looking forward to using that. This\r
+is one more selling point for notmuch :-). Glad the python bindings were\r
+of some use and I am willing to take improvement requests, if you find\r
+some peculiarities in them.\r
+\r
+I really look forward to integrate bbdb and notmuch addresses...\r
+\r
+> Remember, neither of these will do you much good with the shared lib and\r
+> cnotmuch installed.\r
+\r
+That reminds me that there is still no installation tool for cnotmuch at\r
+all. I'll have to have a look into that.\r
\r
+> To get tab completion from emacs, you have to install the script into\r
+> your path, make it executable, and then put my eudcb-notmuch.el file\r
+> into your load path (you should byte-compile it too). DON'T CHANGE THE\r
+> TITLE OF THE .EL FILE! EUDC looks for a specific title based on\r
+> protocol.\r
+\r
+Silly question: How do I byte-compile stuff for emacs? I am a helpless noob when there\r
+is no make install-emacs command. :-)\r
+\r
+Will report back if it works. If yes, this is definitely stuff for the\r
+notmuch help wiki.\r
+\r
+Sebastian\r