--- /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 C3266431FCB\r
+ for <notmuch@notmuchmail.org>; Mon, 12 Jan 2015 15:47:27 -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 tW6xknrgwzbx for <notmuch@notmuchmail.org>;\r
+ Mon, 12 Jan 2015 15:47:24 -0800 (PST)\r
+Received: from smtp.webfaction.com (mail6.webfaction.com [74.55.86.74])\r
+ by olra.theworths.org (Postfix) with ESMTP id 97CDD431FC3\r
+ for <notmuch@notmuchmail.org>; Mon, 12 Jan 2015 15:47:24 -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 601EC26EA361;\r
+ Mon, 12 Jan 2015 23:47:22 +0000 (UTC)\r
+Date: Tue, 13 Jan 2015 00:47:19 +0100\r
+From: Bartosz Telenczuk <telenczuk@unic.cnrs-gif.fr>\r
+To: Ian Main <imain@stemwinder.org>, \r
+ notmuch@notmuchmail.org\r
+Message-ID: <54b45d071fd20_7f93fe5bd4401f087@bts-MacBook-Pro.local.notmuch>\r
+In-Reply-To: <1413828111-2879-1-git-send-email-imain@stemwinder.org>\r
+References: <1412618116-27586-1-git-send-email-imain@stemwinder.org>\r
+ <1413828111-2879-1-git-send-email-imain@stemwinder.org>\r
+Subject: RE: [PATCH v3] VIM: Improve moving between messages in a thread\r
+Mime-Version: 1.0\r
+Content-Type: text/plain;\r
+ charset=utf-8\r
+Content-Transfer-Encoding: 7bit\r
+X-Mailman-Approved-At: Tue, 13 Jan 2015 09:38:02 -0800\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, 12 Jan 2015 23:47:27 -0000\r
+\r
+Hi Ian,\r
+\r
+The patch looks good. I tested it on my system and it works fine. I just have one suggestion regarding coding style.\r
+\r
+> +function! s:show_prev_msg()\r
+> function! s:show_next_msg()\r
+\r
+Since these functions are almost the same, you could avoid code repetition by replacing them by a function which takes (positive or negative) increment as an argument.\r
+\r
+Cheers,\r
+\r
+Bartosz\r
+\r