Re: [PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / 86 / 6badc5a2199f8e9bed9118269d0bdb07eacf50
1 Return-Path: <telenczuk@unic.cnrs-gif.fr>\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 50357431FC7\r
6         for <notmuch@notmuchmail.org>; Mon,  2 Feb 2015 15:39:24 -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: 2.438\r
10 X-Spam-Level: **\r
11 X-Spam-Status: No, score=2.438 tagged_above=-999 required=5\r
12         tests=[DNS_FROM_AHBL_RHSBL=2.438] 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 E7fN1PPnm6c6 for <notmuch@notmuchmail.org>;\r
16         Mon,  2 Feb 2015 15:39:15 -0800 (PST)\r
17 Received: from smtp.webfaction.com (mail6.webfaction.com [74.55.86.74])\r
18         by olra.theworths.org (Postfix) with ESMTP id 94069431FC2\r
19         for <notmuch@notmuchmail.org>; Mon,  2 Feb 2015 15:39:15 -0800 (PST)\r
20 Received: from localhost (87-231-242-54.rev.numericable.fr [87.231.242.54])\r
21         by smtp.webfaction.com (Postfix) with ESMTP id 6A6B359A3FD3;\r
22         Mon,  2 Feb 2015 23:39:11 +0000 (UTC)\r
23 Date: Tue, 03 Feb 2015 00:39:09 +0100\r
24 From: Bartosz Telenczuk <telenczuk@unic.cnrs-gif.fr>\r
25 To: Franz Fellner <alpine.art.de@gmail.com>, \r
26         Bartosz <telenczuk@unic.cnrs-gif.fr>\r
27 Message-ID:\r
28  <54d00a9d68d9c_47c3ff0b58781fc89@bartels-MacBook-Pro.local.notmuch>\r
29 In-Reply-To: <54c1608bd22a9_67b66d530832@TP_L520.notmuch>\r
30 References: <1420891384-992-1-git-send-email-telenczuk@unic.cnrs-gif.fr>\r
31         <1420891384-992-2-git-send-email-telenczuk@unic.cnrs-gif.fr>\r
32         <54c1608bd22a9_67b66d530832@TP_L520.notmuch>\r
33 Subject: RE: [PATCH 1/4] VIM: implemented message folding in thread view\r
34 Mime-Version: 1.0\r
35 Content-Type: text/plain;\r
36  charset=utf-8\r
37 Content-Transfer-Encoding: 7bit\r
38 Cc: notmuch@notmuchmail.org, Bartosz <telenczuk@unic.cnrs-gif.fr>\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Mon, 02 Feb 2015 23:39:24 -0000\r
52 \r
53 Hi Franz,\r
54 \r
55 > We already had folding via syntax in Ians fork. It turned out to be not that great.\r
56 > https://github.com/imain/notmuch-vim/issues/3\r
57 \r
58 Ah all right, I just thought syntax fold would be more elegant.\r
59 \r
60 > In short:\r
61 > Those syntax fold marks are for one specific notmuch-show-buffer. If you open a second show-buffer those\r
62 > new fold marks will overwrite the ones from the previous show-buffer. Switching between those two show-buffers\r
63 > will spin up CPU for quite some time and completely lock vim.\r
64 \r
65 True, I can reproduce this bug in my implementation. \r
66 \r
67 > It also would help a lot if we could reoranize the sources as in Ians fork. Would simplify testing, coding (proper filetype) and backporting patches.\r
68 \r
69 Agree. We should come up with a plan how to integrate the changes back into notmuch. Do you have any ideas?\r
70 \r
71 Cheers,\r
72 \r
73 Bartosz\r