[PATCH 4/8] lib: extend private string map API with iterators
[notmuch-archives.git] / 36 / 5204329b80907fbb9d6bea15df97ce48cfa677
1 Return-Path: <jakob@pipefour.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 EF7D2431FAF\r
6         for <notmuch@notmuchmail.org>; Sun, 25 Mar 2012 12:07:47 -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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_NONE=-0.0001] 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 ugW76NsS9xrf for <notmuch@notmuchmail.org>;\r
16         Sun, 25 Mar 2012 12:07:46 -0700 (PDT)\r
17 Received: from qmta05.emeryville.ca.mail.comcast.net\r
18         (qmta05.emeryville.ca.mail.comcast.net [76.96.30.48])\r
19         by olra.theworths.org (Postfix) with ESMTP id 7916B431FAE\r
20         for <notmuch@notmuchmail.org>; Sun, 25 Mar 2012 12:07:46 -0700 (PDT)\r
21 Received: from omta12.emeryville.ca.mail.comcast.net ([76.96.30.44])\r
22         by qmta05.emeryville.ca.mail.comcast.net with comcast\r
23         id pv1f1i0040x6nqcA5v7lTf; Sun, 25 Mar 2012 19:07:45 +0000\r
24 Received: from dalek.condo.net ([67.170.34.167])\r
25         by omta12.emeryville.ca.mail.comcast.net with comcast\r
26         id pv7j1i00a3cMnU38Yv7kv2; Sun, 25 Mar 2012 19:07:45 +0000\r
27 Received: from jakob by dalek.condo.net with local (Exim 4.77)\r
28         (envelope-from <jakob@pipefour.org>)\r
29         id 1SBsn1-00051w-7d; Sun, 25 Mar 2012 12:07:43 -0700\r
30 Date: Sun, 25 Mar 2012 12:07:43 -0700\r
31 From: Jakob <jakob@pipefour.org>\r
32 To: Tomi Ollila <tomi.ollila@iki.fi>, notmuch@notmuchmail.org\r
33 Subject: Re: [PATCH] vim: fix regex after "notmuch show" output change\r
34 Message-ID: <20120325190743.GA19215@dalek.hsd1.wa.comcast.net>\r
35 References: <1332390675-31273-1-git-send-email-jakob@pipefour.org>\r
36         <m2mx76idd8.fsf@guru.guru-group.fi>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain; charset=us-ascii\r
39 Content-Disposition: inline\r
40 In-Reply-To: <m2mx76idd8.fsf@guru.guru-group.fi>\r
41 User-Agent: Mutt/1.5.21 (2010-09-15)\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Sun, 25 Mar 2012 19:07:48 -0000\r
55 \r
56 On Sat, 24 Mar 2012 10:58:59 +0200, Tomi Ollila <tomi.ollila@iki.fi> wrote:\r
57 > Is this regexp part below good ?\r
58\r
59 > > +        ... match:\([0-9]*\) excluded:\([[0-9]*\) filename:\(.*\)$', ...\r
60\r
61 > ( --> excluded:\([[0-9]*\) <-- )\r
62 \r
63 Yeah, that was the core of the change.  With this new field in the\r
64 output, the old regex didn't match at all.  You can see the fix working by\r
65 trying to use the vim plugin as-is and trying to reply to a message or\r
66 view a message's ID or any number of other things that fail right now.\r
67 After updating this regex, everything starts working again.\r
68 \r
69 Thanks,\r
70 Jakob\r