[PATCH 1/2] test: factor out part of test-lib.sh into test-lib-common.sh
[notmuch-archives.git] / 16 / 2f5551597647731defc271a766e2fe90b49d44
1 Return-Path: <dmitry.kurochkin@gmail.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 425F2429E5F\r
6         for <notmuch@notmuchmail.org>; Tue, 17 Jan 2012 11:36:13 -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: 1.7\r
10 X-Spam-Level: *\r
11 X-Spam-Status: No, score=1.7 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, FREEMAIL_REPLY=2.499, RCVD_IN_DNSWL_LOW=-0.7]\r
14         autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id kGWomz0uDeXJ for <notmuch@notmuchmail.org>;\r
18         Tue, 17 Jan 2012 11:36:12 -0800 (PST)\r
19 Received: from mail-bk0-f53.google.com (mail-bk0-f53.google.com\r
20         [209.85.214.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id 7C222429E3B\r
23         for <notmuch@notmuchmail.org>; Tue, 17 Jan 2012 11:36:12 -0800 (PST)\r
24 Received: by bkty12 with SMTP id y12so895924bkt.26\r
25         for <notmuch@notmuchmail.org>; Tue, 17 Jan 2012 11:36:11 -0800 (PST)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
27         h=from:to:subject:in-reply-to:references:user-agent:date:message-id\r
28         :mime-version:content-type;\r
29         bh=CSY35tTzg15ZpF/c4sMsupem+b2WV7x8zHN+iwv5PV8=;\r
30         b=dsHajYE0ZCc460pg3EEPksQS1Je/GYlF+j33GqL8hoBgbmfNF2e2rE/joBGbtftTGA\r
31         CJKZm1jY//JVAqIiZchkTxxX/D8ApZ+N5LawR6ZCiq9wVeHQABfBZli26YaOZAxusmnr\r
32         ZUMM7wQXej7SXE7mpfKzNzAG73MYpYeJSXJuA=\r
33 Received: by 10.204.141.2 with SMTP id k2mr7431255bku.78.1326828971279;\r
34         Tue, 17 Jan 2012 11:36:11 -0800 (PST)\r
35 Received: from localhost ([91.144.186.21])\r
36         by mx.google.com with ESMTPS id ig13sm17069333bkc.9.2012.01.17.11.36.09\r
37         (version=TLSv1/SSLv3 cipher=OTHER);\r
38         Tue, 17 Jan 2012 11:36:09 -0800 (PST)\r
39 From: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>\r
40 To: Jani Nikula <jani@nikula.org>, David Edmondson <dme@dme.org>,\r
41         notmuch@notmuchmail.org\r
42 Subject: Re: [PATCH 1/4] emacs: unify search mechanisms\r
43 In-Reply-To: <87boq3dein.fsf@nikula.org>\r
44 References: <1324786495-14221-1-git-send-email-dmitry.kurochkin@gmail.com>\r
45         <cunehuz5186.fsf@hotblack-desiato.hh.sledj.net>\r
46         <87ehuzvpul.fsf@gmail.com> <87boq3dein.fsf@nikula.org>\r
47 User-Agent: Notmuch/0.11+73~g8a5402e (http://notmuchmail.org) Emacs/23.3.1\r
48         (x86_64-pc-linux-gnu)\r
49 Date: Tue, 17 Jan 2012 23:35:14 +0400\r
50 Message-ID: <87sjjew2a5.fsf@gmail.com>\r
51 MIME-Version: 1.0\r
52 Content-Type: text/plain; charset=us-ascii\r
53 X-BeenThere: notmuch@notmuchmail.org\r
54 X-Mailman-Version: 2.1.13\r
55 Precedence: list\r
56 List-Id: "Use and development of the notmuch mail system."\r
57         <notmuch.notmuchmail.org>\r
58 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
60 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
61 List-Post: <mailto:notmuch@notmuchmail.org>\r
62 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
63 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
64         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
65 X-List-Received-Date: Tue, 17 Jan 2012 19:36:13 -0000\r
66 \r
67 Hello.\r
68 \r
69 On Mon, 16 Jan 2012 12:21:20 +0000, Jani Nikula <jani@nikula.org> wrote:\r
70 > On Mon, 16 Jan 2012 15:39:14 +0400, Dmitry Kurochkin <dmitry.kurochkin@gmail.com> wrote:\r
71 > > On Mon, 16 Jan 2012 11:35:37 +0000, David Edmondson <dme@dme.org> wrote:\r
72 > > > On Sun, 25 Dec 2011 08:14:52 +0400, Dmitry Kurochkin <dmitry.kurochkin@gmail.com> wrote:\r
73 > > > > Before the change, there were two ways to do search in Emacs UI:\r
74 > > > > search widget in notmuch-hello buffer and `notmuch-search'\r
75 > > > > function bound to "s".  Internally, notmuch-hello search widget\r
76 > > > > uses `notmuch-search' function.  But it uses widget field input\r
77 > > > > instead of minibuffer.  Such duplication is a major issue for\r
78 > > > > notmuch-hello usability: search interface is inconsistent and\r
79 > > > > lacks features that are available in minibuffer (e.g. history and\r
80 > > > > auto completion).  Some of these features may be relatively easy\r
81 > > > > to implement for notmuch-hello search, others would be much more\r
82 > > > > tricky.  So to avoid duplication, make UI more consistent, bring\r
83 > > > > notmuch-hello search to feature parity with the minibuffer\r
84 > > > > search, the patch replaces notmuch-hello search widget and with a\r
85 > > > > button that works the same way as "s" key binding.\r
86 > > > \r
87 > > > Dmitry, if Daniel re-submits his patches to allow the construction of\r
88 > > > `notmuch-hello' buffers to be configured, it seems that this patchset\r
89 > > > would become unnecessary. Is that correct?\r
90 > > \r
91 > > Right.  We will just need to fix the 's' key binding.  Looking forward\r
92 > > for that.\r
93\r
94 > Isn't (something like) this still needed to merge the search histories:\r
95\r
96 > id:"1324698436-8532-1-git-send-email-dmitry.kurochkin@gmail.com"\r
97\r
98 \r
99 I have sent a new patch series implementing the changes [1].\r
100 \r
101 Regards,\r
102   Dmitry\r
103 \r
104 [1] id:1326828850-8519-1-git-send-email-dmitry.kurochkin@gmail.com\r
105 \r
106\r
107 > Jani.\r