[PATCH v1] NEWS: Improved `q` binding.
[notmuch-archives.git] / 74 / e9eb471489e82eb1f902e349615132c968b59b
1 Return-Path: <ethan.glasser.camp@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 63EB5431FB6\r
6         for <notmuch@notmuchmail.org>; Mon,  5 Nov 2012 20:01: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.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 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, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id Zkta4dSRSZlo for <notmuch@notmuchmail.org>;\r
17         Mon,  5 Nov 2012 20:01:42 -0800 (PST)\r
18 Received: from mail-vc0-f181.google.com (mail-vc0-f181.google.com\r
19         [209.85.220.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id DA6EA431FAE\r
22         for <notmuch@notmuchmail.org>; Mon,  5 Nov 2012 20:01:41 -0800 (PST)\r
23 Received: by mail-vc0-f181.google.com with SMTP id n11so7366vch.26\r
24         for <notmuch@notmuchmail.org>; Mon, 05 Nov 2012 20:01:41 -0800 (PST)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=from:to:subject:in-reply-to:references:user-agent:date:message-id\r
27         :mime-version:content-type;\r
28         bh=MLZ6IsSHHBHVBdiUHIy0D3zrTB8WXRwGui471HopJMg=;\r
29         b=fDeeXryXGtdPhein2Rqd7FwVh2hag4V7gCwtuf7VGirnjEaifgl0U/Uf7/aMCf3zYh\r
30         YXXjwAYHoqNByCH5nLGgfsTRDW82Wt6hrtKkSaDDCcp0MvGDs6WLBMrtAESes5a1iXeT\r
31         GMcI3X0GH0Y6uHWdV4sTEfedGKe66skWxLe4JEWEaBRMN20DPQG/LfVCqJQbVOhB5CtH\r
32         p3scSZuYa+Z5APE4UmzBjm9uTIYUSSysyu0BNqoiJx9YP3nHRz+7uZ9fepXkthgDA+Lp\r
33         4JuraIbpXy4Rt3LrSQcHh0BzUYZT4RJI+KR7KK8kDo6ziPEoeprYQkILZYGGghB2GdeL\r
34         PM6Q==\r
35 Received: by 10.52.76.40 with SMTP id h8mr10007856vdw.123.1352174501214;\r
36         Mon, 05 Nov 2012 20:01:41 -0800 (PST)\r
37 Received: from smtp.gmail.com (p70-80.acedsl.com. [66.114.70.80])\r
38         by mx.google.com with ESMTPS id g5sm9351512vez.6.2012.11.05.20.01.40\r
39         (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Mon, 05 Nov 2012 20:01:40 -0800 (PST)\r
41 From: Ethan Glasser-Camp <ethan.glasser.camp@gmail.com>\r
42 To: James Vasile <james@hackervisions.org>,\r
43         notmuch mailing list <notmuch@notmuchmail.org>\r
44 Subject: Re: [PATCH] fix notmuch_database_open call in addrlookup\r
45 In-Reply-To: <87ip9q4moj.fsf@hackervisions.org>\r
46 References: <87ip9q4moj.fsf@hackervisions.org>\r
47 User-Agent: Notmuch/0.14+45~g6ea9330 (http://notmuchmail.org) Emacs/23.4.1\r
48         (x86_64-pc-linux-gnu)\r
49 Date: Mon, 05 Nov 2012 23:01:36 -0500\r
50 Message-ID: <87625jidlr.fsf@betacantrips.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, 06 Nov 2012 04:01:42 -0000\r
66 \r
67 James Vasile <james@hackervisions.org> writes:\r
68 \r
69 > What's the best way to submit changes to addrlookup?  Right now, it is\r
70 > out of date vs the latest libnotmuch.  The addrlookup repo is vala code\r
71 > but the wiki [1] points to a generated c file [2].\r
72 >\r
73 > [1] http://github.com/spaetz/vala-notmuch/raw/static-sources/src/addrlookup.c\r
74 > [2] http://notmuchmail.org/emacstips/\r
75 >\r
76 > At any rate, a patch to that c file is below.  If you upgraded notmuch\r
77 > and now addrlookup gives errors about not finding libnotmuch.so.2, this\r
78 > patch might be what you need.\r
79 \r
80 I'd try to contact the author of the code, perhaps by submitting an\r
81 issue or pull request on the github page for the project. I'm sure he'd\r
82 prefer a patch to the Vala source.\r
83 \r
84 Ethan\r