Re: [feature request] emacs: use `notmuch insert` for FCC
[notmuch-archives.git] / a1 / b35ef95e15e0f9a950aa0f942ab05af5a45e82
1 Return-Path: <kristoffer.stroem@meetrics.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 58B0E431FD0\r
6         for <notmuch@notmuchmail.org>; Mon, 14 Mar 2011 02:40:12 -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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_NONE=-0.0001] autolearn=disabled\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 9WaqySKAR3WT for <notmuch@notmuchmail.org>;\r
16         Mon, 14 Mar 2011 02:40:11 -0700 (PDT)\r
17 X-Greylist: delayed 574 seconds by postgrey-1.32 at olra;\r
18         Mon, 14 Mar 2011 02:40:11 PDT\r
19 Received: from gateway12.websitewelcome.com (gateway12.websitewelcome.com\r
20         [69.56.148.16])\r
21         by olra.theworths.org (Postfix) with SMTP id 3973A431FB5\r
22         for <notmuch@notmuchmail.org>; Mon, 14 Mar 2011 02:40:11 -0700 (PDT)\r
23 Received: (qmail 21423 invoked from network); 14 Mar 2011 09:29:05 -0000\r
24 Received: from terminator.websitewelcome.com (74.53.228.194)\r
25         by gateway12.websitewelcome.com with SMTP; 14 Mar 2011 09:29:05 -0000\r
26 Received: from [77.12.22.172] (port=62971 helo=work)\r
27         by terminator.websitewelcome.com with esmtpa (Exim 4.69)\r
28         (envelope-from <kristoffer.stroem@meetrics.de>)\r
29         id 1Pz46k-0004b9-DK; Mon, 14 Mar 2011 04:30:35 -0500\r
30 From: Kristoffer =?utf-8?Q?Str=C3=B6m?= <kristoffer@rymdkoloni.se>\r
31 To: servilio <servilio@gmail.com>, notmuch <notmuch@notmuchmail.org>\r
32 Subject: Re: [RFC] Enhancements to address completion\r
33 In-Reply-To: <AANLkTimp+DFDVABwpRvHks3OOFHppSQ9pEviJBD7knXd@mail.gmail.com>\r
34 References: <AANLkTimp+DFDVABwpRvHks3OOFHppSQ9pEviJBD7knXd@mail.gmail.com>\r
35 User-Agent: Notmuch/0.5-61-g21e97c5 (http://notmuchmail.org) Emacs/23.2.1\r
36         (i686-pc-linux-gnu)\r
37 Date: Mon, 14 Mar 2011 10:26:20 +0100\r
38 Message-ID: <86ipvmqchv.fsf@meetrics.de>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain; charset=us-ascii\r
41 X-AntiAbuse: This header was added to track abuse,\r
42         please include it with any abuse report\r
43 X-AntiAbuse: Primary Hostname - terminator.websitewelcome.com\r
44 X-AntiAbuse: Original Domain - notmuchmail.org\r
45 X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]\r
46 X-AntiAbuse: Sender Address Domain - meetrics.de\r
47 X-Source: \r
48 X-Source-Args: \r
49 X-Source-Dir: \r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Mon, 14 Mar 2011 09:40:12 -0000\r
63 \r
64 On Mon, 14 Mar 2011 02:29:14 -0400, servilio <servilio@gmail.com> wrote:\r
65 > I have been working in some enhancements to the emacs UI address\r
66 > completion, and this weekend I was able to find a way to finish the\r
67 > implementation to an acceptable (to me) state.\r
68\r
69 > The gist of it is allowing the completion in Emacs to match against\r
70 > any part of the addresses returned by the notmuch-addrlookup command.\r
71 > I could not find a way to have completing-read behave that way, the\r
72 > strategy of matching anchored to the beginning of strings is\r
73 > in-grained in its design for what I've seen.\r
74\r
75 > The current implementation uses Ido, included with Emacs at least in\r
76 > version 23, and is available at:\r
77\r
78 > git://git.latertulia.org/servilio/notmuch.git\r
79\r
80 > In the branch complete-name-and-address-v2. There is a web interface\r
81 > if you prefer to see the changes, just use "http" as the protocol in\r
82 > your web browser.\r
83\r
84 > The first few changes in the branch are fixes and small enhancements I\r
85 > found while working on this, and I have sent them as separate patches\r
86 > for acceptance as they are independent of this work. All of this has\r
87 > been in use (in the form of the branch without "-v2") for almost a\r
88 > year. I started a message in August but somehow successfully forgot\r
89 > completely about it.\r
90\r
91 > Regards,\r
92\r
93 > Servilio\r
94 \r
95 Have you looked at 'ido-completing-read that comes with ido-mode?\r
96 I use it for completing through a modified version of eudc-select.\r
97 \r
98 It allows for fuzzy matching on any part of the name.\r