Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / af / 5c2d17069a322c31bd20d123b4b895100414c7
1 Return-Path: <dme@dme.org>\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 E36F8429E43\r
6         for <notmuch@notmuchmail.org>; Mon, 16 Jan 2012 03:35:42 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 AHAO0GaQo0PN for <notmuch@notmuchmail.org>;\r
16         Mon, 16 Jan 2012 03:35:42 -0800 (PST)\r
17 Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com\r
18  [74.125.82.45])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
19  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
20  5DAA2429E40    for <notmuch@notmuchmail.org>; Mon, 16 Jan 2012 03:35:42 -0800\r
21  (PST)\r
22 Received: by wgbdr13 with SMTP id dr13so94269wgb.2\r
23         for <notmuch@notmuchmail.org>; Mon, 16 Jan 2012 03:35:41 -0800 (PST)\r
24 Received: by 10.180.100.200 with SMTP id fa8mr17195000wib.8.1326713741211;\r
25         Mon, 16 Jan 2012 03:35:41 -0800 (PST)\r
26 Received: from hotblack-desiato.hh.sledj.net\r
27         (host81-149-164-25.in-addr.btopenworld.com. [81.149.164.25])\r
28         by mx.google.com with ESMTPS id gf8sm21906537wbb.11.2012.01.16.03.35.39\r
29         (version=TLSv1/SSLv3 cipher=OTHER);\r
30         Mon, 16 Jan 2012 03:35:40 -0800 (PST)\r
31 Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
32         id 206E19FD88; Mon, 16 Jan 2012 11:35:38 +0000 (GMT)\r
33 To: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>, notmuch@notmuchmail.org\r
34 Subject: Re: [PATCH 1/4] emacs: unify search mechanisms\r
35 In-Reply-To: <1324786495-14221-1-git-send-email-dmitry.kurochkin@gmail.com>\r
36 References: <1324786495-14221-1-git-send-email-dmitry.kurochkin@gmail.com>\r
37 User-Agent: Notmuch/0.11+64~g42e8f66 (http://notmuchmail.org) Emacs/24.0.92.1\r
38         (x86_64-pc-linux-gnu)\r
39 From: David Edmondson <dme@dme.org>\r
40 Date: Mon, 16 Jan 2012 11:35:37 +0000\r
41 Message-ID: <cunehuz5186.fsf@hotblack-desiato.hh.sledj.net>\r
42 MIME-Version: 1.0\r
43 Content-Type: multipart/signed; boundary="=-=-=";\r
44         micalg=pgp-sha1; protocol="application/pgp-signature"\r
45 X-BeenThere: notmuch@notmuchmail.org\r
46 X-Mailman-Version: 2.1.13\r
47 Precedence: list\r
48 List-Id: "Use and development of the notmuch mail system."\r
49         <notmuch.notmuchmail.org>\r
50 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
52 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
53 List-Post: <mailto:notmuch@notmuchmail.org>\r
54 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
55 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
57 X-List-Received-Date: Mon, 16 Jan 2012 11:35:43 -0000\r
58 \r
59 --=-=-=\r
60 Content-Type: text/plain\r
61 \r
62 On Sun, 25 Dec 2011 08:14:52 +0400, Dmitry Kurochkin <dmitry.kurochkin@gmail.com> wrote:\r
63 > Before the change, there were two ways to do search in Emacs UI:\r
64 > search widget in notmuch-hello buffer and `notmuch-search'\r
65 > function bound to "s".  Internally, notmuch-hello search widget\r
66 > uses `notmuch-search' function.  But it uses widget field input\r
67 > instead of minibuffer.  Such duplication is a major issue for\r
68 > notmuch-hello usability: search interface is inconsistent and\r
69 > lacks features that are available in minibuffer (e.g. history and\r
70 > auto completion).  Some of these features may be relatively easy\r
71 > to implement for notmuch-hello search, others would be much more\r
72 > tricky.  So to avoid duplication, make UI more consistent, bring\r
73 > notmuch-hello search to feature parity with the minibuffer\r
74 > search, the patch replaces notmuch-hello search widget and with a\r
75 > button that works the same way as "s" key binding.\r
76 \r
77 Dmitry, if Daniel re-submits his patches to allow the construction of\r
78 `notmuch-hello' buffers to be configured, it seems that this patchset\r
79 would become unnecessary. Is that correct?\r
80 \r
81 --=-=-=\r
82 Content-Type: application/pgp-signature\r
83 \r
84 -----BEGIN PGP SIGNATURE-----\r
85 Version: GnuPG v1.4.11 (GNU/Linux)\r
86 \r
87 iEYEARECAAYFAk8UC4kACgkQaezQq/BJZRYHrwCfagnuF8CFLbS4ujujtfJjDXPG\r
88 cw0An2o2GUeKq22KnoJV+2dZvWEXFx6Z\r
89 =kwtp\r
90 -----END PGP SIGNATURE-----\r
91 --=-=-=--\r