[PATCH] lib: add support for date:<expr>..! to mean date:<expr>..<expr>
[notmuch-archives.git] / 2f / 99cdd6e654b3c217d0d65f588847c439ea54aa
1 Return-Path: <Sebastian@SSpaeth.de>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 1E6904196F0\r
6         for <notmuch@notmuchmail.org>; Sun, 21 Mar 2010 13:18:17 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.8\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.8 tagged_above=-999 required=5 tests=[BAYES_50=0.8]\r
12         autolearn=ham\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id c0x5piPdLBrP for <notmuch@notmuchmail.org>;\r
16         Sun, 21 Mar 2010 13:18:16 -0700 (PDT)\r
17 Received: from homiemail-a13.g.dreamhost.com (caiajhbdccah.dreamhost.com\r
18         [208.97.132.207])\r
19         by olra.theworths.org (Postfix) with ESMTP id 46C4C431FC1\r
20         for <notmuch@notmuchmail.org>; Sun, 21 Mar 2010 13:18:16 -0700 (PDT)\r
21 Received: from sspaeth.de (unknown [195.190.188.219])\r
22         by homiemail-a13.g.dreamhost.com (Postfix) with ESMTPA id 6BB176A8058\r
23         for <notmuch@notmuchmail.org>; Sun, 21 Mar 2010 13:18:14 -0700 (PDT)\r
24 Received: by sspaeth.de (sSMTP sendmail emulation);\r
25         Sun, 21 Mar 2010 21:18:12 +0100\r
26 From: "Sebastian Spaeth" <Sebastian@SSpaeth.de>\r
27 To: notmuch@notmuchmail.org\r
28 In-Reply-To: <87fx3uflkx.fsf@jhu.edu>\r
29 References: <87fx3uflkx.fsf@jhu.edu>\r
30 Date: Sun, 21 Mar 2010 21:18:12 +0100\r
31 Message-ID: <87r5nde8e3.fsf@SSpaeth.de>\r
32 MIME-Version: 1.0\r
33 Content-Type: text/plain; charset=us-ascii\r
34 Subject: Re: [notmuch] Using notmuch as an address book for tab-completion\r
35 X-BeenThere: notmuch@notmuchmail.org\r
36 X-Mailman-Version: 2.1.13\r
37 Precedence: list\r
38 List-Id: "Use and development of the notmuch mail system."\r
39         <notmuch.notmuchmail.org>\r
40 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
41         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
42 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
43 List-Post: <mailto:notmuch@notmuchmail.org>\r
44 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
45 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
47 X-List-Received-Date: Sun, 21 Mar 2010 20:18:17 -0000\r
48 \r
49 On Sat, 20 Mar 2010 22:35:42 -0400, Jesse Rosenthal <jrosenthal@jhu.edu> wrote:\r
50 > I've written a python script (with some help and suggestions\r
51 > from spaetz) which can perform the address-book functionality, and a\r
52 > backend for emacs's EUDC address-lookup functionality to access the\r
53 > script.\r
54 \r
55 Thanks for sharing, I am very much looking forward to using that. This\r
56 is one more selling point for notmuch :-). Glad the python bindings were\r
57 of some use and I am willing to take improvement requests, if you find\r
58 some peculiarities in them.\r
59 \r
60 I really look forward to integrate bbdb and notmuch addresses...\r
61 \r
62 > Remember, neither of these will do you much good with the shared lib and\r
63 > cnotmuch installed.\r
64 \r
65 That reminds me that there is still no installation tool for cnotmuch at\r
66 all. I'll have to have a look into that.\r
67  \r
68 > To get tab completion from emacs, you have to install the script into\r
69 > your path, make it executable, and then put my eudcb-notmuch.el file\r
70 > into your load path (you should byte-compile it too). DON'T CHANGE THE\r
71 > TITLE OF THE .EL FILE! EUDC looks for a specific title based on\r
72 > protocol.\r
73 \r
74 Silly question: How do I byte-compile stuff for emacs? I am a helpless noob when there\r
75 is no make install-emacs command. :-)\r
76 \r
77 Will report back if it works. If yes, this is definitely stuff for the\r
78 notmuch help wiki.\r
79 \r
80 Sebastian\r