Re: [BUG] notmuch crashes on FreeBSD when synchronize_flags=true
[notmuch-archives.git] / ab / 24ec8b698b8d5c6e44d89a024156bb7267e11e
1 Return-Path: <imain@redhat.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 EF701431FC9\r
6         for <notmuch@notmuchmail.org>; Fri, 24 Oct 2014 10:04:04 -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 WwImhjIcC5Rl for <notmuch@notmuchmail.org>;\r
16         Fri, 24 Oct 2014 10:03:57 -0700 (PDT)\r
17 Received: from cmta15.telus.net (cmta15.telus.net [209.171.16.88])\r
18         by olra.theworths.org (Postfix) with ESMTP id 5BD11431FBD\r
19         for <notmuch@notmuchmail.org>; Fri, 24 Oct 2014 10:03:57 -0700 (PDT)\r
20 Received: from ovo.mains.priv ([207.102.88.62]) by cmta15.telus.net with TELUS\r
21         id 753w1p0031LiWEf0153wLd; Fri, 24 Oct 2014 11:03:57 -0600\r
22 X-Authority-Analysis: v=2.0 cv=ZZnDwLpA c=1 sm=2\r
23         a=EcQDfIwDZEqJA1f7rVUV8Q==:17 a=IkcTkHD0fZMA:10 a=tsa3CZZnAAAA:8\r
24         a=4XS9hI5N2F8fzkbNu8cA:9 a=QEXdDO2ut3YA:10\r
25         a=EcQDfIwDZEqJA1f7rVUV8Q==:117\r
26 X-Telus-Outbound-IP: 207.102.88.62\r
27 Received: from ovo.mains.priv (localhost.localdomain [127.0.0.1])\r
28         by ovo.mains.priv (8.14.8/8.14.8) with ESMTP id s9OH3rOG004193;\r
29         Fri, 24 Oct 2014 10:03:54 -0700\r
30 Received: (from imain@localhost)\r
31         by ovo.mains.priv (8.14.8/8.14.8/Submit) id s9OH3qCL004192;\r
32         Fri, 24 Oct 2014 10:03:52 -0700\r
33 X-Authentication-Warning: ovo.mains.priv: imain set sender to imain@redhat.com\r
34         using -f\r
35 Date: Fri, 24 Oct 2014 10:03:52 -0700\r
36 From: Ian Main <imain@stemwinder.org>\r
37 To: Tomi Ollila <tomi.ollila@iki.fi>, Tomi Ollila <tomi.ollila@iki.fi>,\r
38         notmuch@notmuchmail.org\r
39 Message-ID: <544a8678c3deb_bdfbf9e886a@ovo.mains.priv.notmuch>\r
40 In-Reply-To: <m2oat177mi.fsf@guru.guru-group.fi>\r
41 References: <1414102794-12094-1-git-send-email-imain@stemwinder.org>\r
42         <1414167094-31566-1-git-send-email-imain@stemwinder.org>\r
43         <m2oat177mi.fsf@guru.guru-group.fi>\r
44 Subject: Re: [PATCH v3] VIM: Add URI handling\r
45 Mime-Version: 1.0\r
46 Content-Type: text/plain;\r
47  charset=utf-8\r
48 Content-Transfer-Encoding: 7bit\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: Fri, 24 Oct 2014 17:04:05 -0000\r
62 \r
63 Tomi Ollila wrote:\r
64 > On Fri, Oct 24 2014, Ian Main <imain@stemwinder.org> wrote:\r
65\r
66 > This patch does not apply on top of notmuchmail master \r
67 > (commit 38240d106139da8).\r
68\r
69 > > This patch adds URI handling to the vim client.  You can now press\r
70\r
71 > Although insignificant, I'll start commenting on all sent patches\r
72 > (that I look into) which talk like 'This patch adds' -- sure it is patch\r
73 > when email is sent, but in repository it is not so -- so the commit message\r
74 > should not mention it (but I do not require changing it).\r
75\r
76 > Anyway, I suspect this change will become applicable after some other\r
77 > change is committed first -- and IMO this could stay as non-stale patch\r
78 > provided that SomeOne(TM) informs what is the message that contains\r
79 > changes (or series those) that is required for this message to apply.\r
80\r
81 > BTW: does the content of this change differ much from v1 at\r
82 > id:1412281423-22441-1-git-send-email-imain@stemwinder.org\r
83 > or should I re-check (carefully!) that the changes are still OK.\r
84\r
85\r
86 > Tomi\r
87\r
88 \r
89 This one is almost identical minus the hotkey usage.  The attachment support\r
90 patch has changed a fair bit in that it now looks at all parts of multipart\r
91 messages, giving you the opportunity to view the original text/html message\r
92 in a web browser.\r
93 \r
94 I sent them out as a series in a new thread so that it would be easier to\r
95 follow.  I have them all applied locally and there were some conflicts to\r
96 resolve.  They are simple, usually around the defaults settings for the\r
97 configuration but it's still a pain.  I'm still tempted to send out all\r
98 of the outstanding patches as a big series.  All the patches posted though\r
99 should apply to master so I may just have to rebase now and again.\r
100 \r
101     Ian\r