[PATCH] Free the results of scandir()
[notmuch-archives.git] / 7d / 247431874015a44d4cbc29a742d0709b1221ed
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 669AB431FD0\r
6         for <notmuch@notmuchmail.org>; Fri, 30 Dec 2011 02:44:37 -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 aLJOvnRvHsCy for <notmuch@notmuchmail.org>;\r
16         Fri, 30 Dec 2011 02:44:37 -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  CC668431FB6    for <notmuch@notmuchmail.org>; Fri, 30 Dec 2011 02:44:36 -0800\r
21  (PST)\r
22 Received: by wgbds13 with SMTP id ds13so19893887wgb.2\r
23         for <notmuch@notmuchmail.org>; Fri, 30 Dec 2011 02:44:35 -0800 (PST)\r
24 Received: by 10.227.207.15 with SMTP id fw15mr38709039wbb.15.1325241875607;\r
25         Fri, 30 Dec 2011 02:44:35 -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\r
29         en10sm35159091wbb.11.2011.12.30.02.44.33\r
30         (version=TLSv1/SSLv3 cipher=OTHER);\r
31         Fri, 30 Dec 2011 02:44:34 -0800 (PST)\r
32 Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
33         id 4F712A04DF; Fri, 30 Dec 2011 10:44:32 +0000 (GMT)\r
34 To: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>, notmuch@notmuchmail.org\r
35 Subject: Re: [PATCH 1/4] emacs: unify search mechanisms\r
36 In-Reply-To: <1324786495-14221-1-git-send-email-dmitry.kurochkin@gmail.com>\r
37 References: <1324786495-14221-1-git-send-email-dmitry.kurochkin@gmail.com>\r
38 User-Agent: Notmuch/0.10.2+151~gbf1dc2b (http://notmuchmail.org)\r
39         Emacs/24.0.92.1 (x86_64-pc-linux-gnu)\r
40 From: David Edmondson <dme@dme.org>\r
41 Date: Fri, 30 Dec 2011 10:44:28 +0000\r
42 Message-ID: <cun7h1e8hkj.fsf@hotblack-desiato.hh.sledj.net>\r
43 MIME-Version: 1.0\r
44 Content-Type: multipart/signed; boundary="=-=-=";\r
45         micalg=pgp-sha1; protocol="application/pgp-signature"\r
46 X-BeenThere: notmuch@notmuchmail.org\r
47 X-Mailman-Version: 2.1.13\r
48 Precedence: list\r
49 List-Id: "Use and development of the notmuch mail system."\r
50         <notmuch.notmuchmail.org>\r
51 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
53 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
54 List-Post: <mailto:notmuch@notmuchmail.org>\r
55 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
56 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
58 X-List-Received-Date: Fri, 30 Dec 2011 10:44:37 -0000\r
59 \r
60 --=-=-=\r
61 Content-Type: text/plain\r
62 Content-Transfer-Encoding: quoted-printable\r
63 \r
64 On Sun, 25 Dec 2011 08:14:52 +0400, Dmitry Kurochkin <dmitry.kurochkin@gmai=\r
65 l.com> wrote:\r
66 > Before the change, there were two ways to do search in Emacs UI:\r
67 > search widget in notmuch-hello buffer and `notmuch-search' function\r
68 > bound to "s".  Internally, notmuch-hello search widget uses\r
69 > `notmuch-search' function.  But it uses widget field input instead of\r
70 > minibuffer.\r
71 >=20\r
72 > Such duplication is a major issue for notmuch-hello usability: search\r
73 > interface is inconsistent and lacks features that are available in\r
74 > minibuffer (e.g. history and auto completion).\r
75 \r
76 Were there actual complaints about the usability of the current\r
77 approach?\r
78 \r
79 I much preferred your alternative approach (merging the history while\r
80 leaving the UI alone).\r
81 \r
82 --=-=-=\r
83 Content-Type: application/pgp-signature\r
84 \r
85 -----BEGIN PGP SIGNATURE-----\r
86 Version: GnuPG v1.4.11 (GNU/Linux)\r
87 \r
88 iEYEARECAAYFAk79lgwACgkQaezQq/BJZRa/0ACfRCvgpS5xKs26whXi7/TZJbYd\r
89 +1YAnAq7UW/AK/TJvdomy9Ucno/Eh34v\r
90 =g+rg\r
91 -----END PGP SIGNATURE-----\r
92 --=-=-=--\r