--- /dev/null
+Return-Path: <telenczuk@unic.cnrs-gif.fr>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by olra.theworths.org (Postfix) with ESMTP id 50357431FC7\r
+ for <notmuch@notmuchmail.org>; Mon, 2 Feb 2015 15:39:24 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 2.438\r
+X-Spam-Level: **\r
+X-Spam-Status: No, score=2.438 tagged_above=-999 required=5\r
+ tests=[DNS_FROM_AHBL_RHSBL=2.438] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+ by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id E7fN1PPnm6c6 for <notmuch@notmuchmail.org>;\r
+ Mon, 2 Feb 2015 15:39:15 -0800 (PST)\r
+Received: from smtp.webfaction.com (mail6.webfaction.com [74.55.86.74])\r
+ by olra.theworths.org (Postfix) with ESMTP id 94069431FC2\r
+ for <notmuch@notmuchmail.org>; Mon, 2 Feb 2015 15:39:15 -0800 (PST)\r
+Received: from localhost (87-231-242-54.rev.numericable.fr [87.231.242.54])\r
+ by smtp.webfaction.com (Postfix) with ESMTP id 6A6B359A3FD3;\r
+ Mon, 2 Feb 2015 23:39:11 +0000 (UTC)\r
+Date: Tue, 03 Feb 2015 00:39:09 +0100\r
+From: Bartosz Telenczuk <telenczuk@unic.cnrs-gif.fr>\r
+To: Franz Fellner <alpine.art.de@gmail.com>, \r
+ Bartosz <telenczuk@unic.cnrs-gif.fr>\r
+Message-ID:\r
+ <54d00a9d68d9c_47c3ff0b58781fc89@bartels-MacBook-Pro.local.notmuch>\r
+In-Reply-To: <54c1608bd22a9_67b66d530832@TP_L520.notmuch>\r
+References: <1420891384-992-1-git-send-email-telenczuk@unic.cnrs-gif.fr>\r
+ <1420891384-992-2-git-send-email-telenczuk@unic.cnrs-gif.fr>\r
+ <54c1608bd22a9_67b66d530832@TP_L520.notmuch>\r
+Subject: RE: [PATCH 1/4] VIM: implemented message folding in thread view\r
+Mime-Version: 1.0\r
+Content-Type: text/plain;\r
+ charset=utf-8\r
+Content-Transfer-Encoding: 7bit\r
+Cc: notmuch@notmuchmail.org, Bartosz <telenczuk@unic.cnrs-gif.fr>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Mon, 02 Feb 2015 23:39:24 -0000\r
+\r
+Hi Franz,\r
+\r
+> We already had folding via syntax in Ians fork. It turned out to be not that great.\r
+> https://github.com/imain/notmuch-vim/issues/3\r
+\r
+Ah all right, I just thought syntax fold would be more elegant.\r
+\r
+> In short:\r
+> Those syntax fold marks are for one specific notmuch-show-buffer. If you open a second show-buffer those\r
+> new fold marks will overwrite the ones from the previous show-buffer. Switching between those two show-buffers\r
+> will spin up CPU for quite some time and completely lock vim.\r
+\r
+True, I can reproduce this bug in my implementation. \r
+\r
+> 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
+\r
+Agree. We should come up with a plan how to integrate the changes back into notmuch. Do you have any ideas?\r
+\r
+Cheers,\r
+\r
+Bartosz\r