From 7ea54b27defe00ef23ef862f13f32d37baa60385 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sat, 15 Nov 2014 09:08:00 +0100 Subject: [PATCH] Re: [PATCH] VIM: Automatically refresh folder screen --- f3/ae11facbb349eb371fa5691eee239e4f9c531d | 62 +++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 f3/ae11facbb349eb371fa5691eee239e4f9c531d diff --git a/f3/ae11facbb349eb371fa5691eee239e4f9c531d b/f3/ae11facbb349eb371fa5691eee239e4f9c531d new file mode 100644 index 000000000..f85373296 --- /dev/null +++ b/f3/ae11facbb349eb371fa5691eee239e4f9c531d @@ -0,0 +1,62 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 14FE7431FC0 + for ; Sat, 15 Nov 2014 00:08:16 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id j0bQZyPi4VBe for ; + Sat, 15 Nov 2014 00:08:08 -0800 (PST) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 4FB24431FBC + for ; Sat, 15 Nov 2014 00:08:08 -0800 (PST) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1XpYOs-0002B3-EV; Sat, 15 Nov 2014 04:08:06 -0400 +Received: (nullmailer pid 5020 invoked by uid 1000); Sat, 15 Nov 2014 + 08:08:00 -0000 +From: David Bremner +To: Ian Main , notmuch@notmuchmail.org +Subject: Re: [PATCH] VIM: Automatically refresh folder screen +In-Reply-To: <1412181686-11257-1-git-send-email-imain@stemwinder.org> +References: <1412181686-11257-1-git-send-email-imain@stemwinder.org> +User-Agent: Notmuch/0.19+2~ga840246 (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Sat, 15 Nov 2014 09:08:00 +0100 +Message-ID: <87egt4naxr.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Sat, 15 Nov 2014 08:08:16 -0000 + +Ian Main writes: + +> This patch makes the folder screen refresh each time you 'enter' it. +> This way when you read a folder and mark items as read the changes are +> reflected immediately when you return to the folder view. + +It seems to work, but it is pretty slow for large mailboxes. I have +270000 unread messages and there is a pause of about 1 second when +returning to the "folder screen". I'm not sure, maybe the vim interface +is just overall not usable with such large search results? + -- 2.26.2