Re: [PATCH RFC] Emacs: Add address completion mechanism implemented in elisp
[notmuch-archives.git] / d2 / b8ddd942b40f166295654fa1a0aaa902beaf0b
1 Return-Path: <marten@veldthuis.com>\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 CADAF431FBC\r
6         for <notmuch@notmuchmail.org>; Tue, 15 Dec 2009 11:57:55 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id y+wugRBLFxQe for <notmuch@notmuchmail.org>;\r
11         Tue, 15 Dec 2009 11:57:55 -0800 (PST)\r
12 Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com\r
13         [66.111.4.25])\r
14         by olra.theworths.org (Postfix) with ESMTP id 2CF04431FAE\r
15         for <notmuch@notmuchmail.org>; Tue, 15 Dec 2009 11:57:55 -0800 (PST)\r
16 Received: from compute1.internal (compute1.internal [10.202.2.41])\r
17         by gateway1.messagingengine.com (Postfix) with ESMTP id 0BA39C7934;\r
18         Tue, 15 Dec 2009 14:57:51 -0500 (EST)\r
19 Received: from heartbeat1.messagingengine.com ([10.202.2.160])\r
20         by compute1.internal (MEProxy); Tue, 15 Dec 2009 14:57:51 -0500\r
21 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com;\r
22         h=from:to:cc:subject:in-reply-to:references:date:message-id:mime-version:content-type;  s=smtpout; bh=L7+gnfcdjreAVBw+qvG7gY23KZY=;\r
23         b=cC7I9jJNt0nF0LYI2zlN0KBMk+X4+Rc48B9SGR1A7UW9o66wBvCVv1BvqWi4S6HeDCZw6u/NV9IGZqd9dMapgEh6XiEo2cM61R+d9dDmjZTjViO8ohXKTzwuRIaWxuwGUgqCxX9I62wZZxT9Zz8aq1s944LSsjHkfknTtzTa/mw=\r
24 X-Sasl-enc: 1/VbYrPKoY6tOnwaNqEArjPbsTTYRfp0z/WbkoV4xOvy 1260907069\r
25 Received: from veldthuis.com (marten.rgoc.rug.nl [129.125.147.35])\r
26         by mail.messagingengine.com (Postfix) with ESMTPSA id 541814AF737;\r
27         Tue, 15 Dec 2009 14:57:49 -0500 (EST)\r
28 Received: by veldthuis.com (sSMTP sendmail emulation);\r
29         Tue, 15 Dec 2009 20:57:51 +0100\r
30 From: Marten Veldthuis <marten@veldthuis.com>\r
31 To: Ruben Pollan <meskio@sindominio.net>,\r
32         Andreas =?iso-8859-1?q?Kl=F6ckner?= <lists@informa.tiker.net>\r
33 In-Reply-To: <20091215121635.GD2934@blackspot>\r
34 References: <200912141421.52561.lists@informa.tiker.net>\r
35         <20091215121635.GD2934@blackspot>\r
36 Date: Tue, 15 Dec 2009 20:57:51 +0100\r
37 Message-ID:\r
38  <878wd4ggcg.fsf@marten.i-did-not-set--mail-host-address--so-tickle-me>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain; charset=us-ascii\r
41 Cc: notmuch@notmuchmail.org\r
42 Subject: Re: [notmuch] [patch] store folder information\r
43 X-BeenThere: notmuch@notmuchmail.org\r
44 X-Mailman-Version: 2.1.12\r
45 Precedence: list\r
46 List-Id: "Use and development of the notmuch mail system."\r
47         <notmuch.notmuchmail.org>\r
48 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
50 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
51 List-Post: <mailto:notmuch@notmuchmail.org>\r
52 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
53 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
55 X-List-Received-Date: Tue, 15 Dec 2009 19:57:56 -0000\r
56 \r
57 On Tue, 15 Dec 2009 13:16:35 +0100, Ruben Pollan <meskio@sindominio.net> wrote:\r
58 > The patch works fine for me. I like it handles nicely the .foo.bar directories \r
59 > so I can do searches for "folder:foo" and for "folder:bar".\r
60\r
61 > Reviewed-by: Ruben Pollan <meskio@sindominio.net>\r
62 \r
63 Second that, and I actually think it's a nicer solution than\r
64 automatically adding tags based on folder.\r
65 \r
66 Reviewed-by: Marten Veldthuis <marten@veldthuis.com>\r
67 \r
68 -- \r
69 - Marten\r