[PATCH v4 5/7] Introduce _notmuch_message_has_term()
[notmuch-archives.git] / 2a / 347f328dbb84977561b852d958ec18615ed34f
1 Return-Path: <felipe.contreras@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 3EF95431FC9\r
6         for <notmuch@notmuchmail.org>; Wed, 18 Apr 2012 07:21:39 -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.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 FEi8OzKodI98 for <notmuch@notmuchmail.org>;\r
17         Wed, 18 Apr 2012 07:21:35 -0700 (PDT)\r
18 Received: from mail-ee0-f53.google.com (mail-ee0-f53.google.com\r
19  [74.125.83.53])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
20  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
21  DB0F1431FAE    for <notmuch@notmuchmail.org>; Wed, 18 Apr 2012 07:21:34 -0700\r
22  (PDT)\r
23 Received: by eekb47 with SMTP id b47so3077992eek.26\r
24         for <notmuch@notmuchmail.org>; Wed, 18 Apr 2012 07:21:33 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=mime-version:in-reply-to:references:date:message-id:subject:from:to\r
27         :cc:content-type;\r
28         bh=QdXlM2udN/K0hV8EcfONh/jiJksLKMT1YyH8+kfC7RA=;\r
29         b=lu39RV3l83YsvncWEqJrnLZjiXi2OTGYSdFuxiOP400+XRJO5wlNqaWfUa0cnLw2Wi\r
30         Jqo82zUd7mRVXScIc15HdIiUKNN2OLFiGp+zRL/1itJSz5v2VSOHeJsWMSS6boX0iL/Z\r
31         EGLdn7HrenwcRCvOXSO7EhuZKUPdoYrLz2WbpZ1uS5VrlkadlSiuhX+hRsyuWDNbRq/+\r
32         uKRXpGmAYfQLtG65wh3gniOO5kd8tD87byLQhbbegOU3+uVUEpJK6O2cBkdpo7KR9dsg\r
33         Kcua1C1XokVFzhI84RuvESj18YZAwq7B2JKcVuP4Dskhf03/VB5hUmiTbI7K1FGYaPOm\r
34         gS/w==\r
35 MIME-Version: 1.0\r
36 Received: by 10.213.108.147 with SMTP id f19mr226099ebp.162.1334758893744;\r
37         Wed, 18 Apr 2012 07:21:33 -0700 (PDT)\r
38 Received: by 10.213.19.67 with HTTP; Wed, 18 Apr 2012 07:21:33 -0700 (PDT)\r
39 In-Reply-To: <20120114075443.27927.39754@daenerys.khirnov.net>\r
40 References: <20120114075443.27927.39754@daenerys.khirnov.net>\r
41 Date: Wed, 18 Apr 2012 17:21:33 +0300\r
42 Message-ID:\r
43  <CAMP44s0h=RLNfcs-rLZofMVE88jgQ5KAnfsHNiK9snJi4ctmyw@mail.gmail.com>\r
44 Subject: Re: [RFC] vim plugin rewrite II\r
45 From: Felipe Contreras <felipe.contreras@gmail.com>\r
46 To: anton@khirnov.net\r
47 Content-Type: text/plain; charset=UTF-8\r
48 Cc: notmuch@notmuchmail.org\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Wed, 18 Apr 2012 14:21:39 -0000\r
62 \r
63 On Sat, Jan 14, 2012 at 9:54 AM,  <anton@khirnov.net> wrote:\r
64 > branch vim. Simply copy vim/plugin/{nm_vim.py,notmuch-vimpy.vim} to the\r
65 > vim plugins dir and vim/syntax/{nm_vimpy*} to the vim syntax dir and run\r
66 > :NMVimpy() in vim. You'll need vim with python support and\r
67 > python-notmuch bindings.\r
68 \r
69 I gave this a try, copying those files makes vim crash for me.\r
70 \r
71 I probably need to install notmuch's python bindings, but either way\r
72 it shouldn't crash.\r
73 \r
74 Cheers.\r
75 \r
76 -- \r
77 Felipe Contreras\r