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 03891431FAF for ; Sat, 2 Nov 2013 07:02:50 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 JCOUKpTLkyDP for ; Sat, 2 Nov 2013 07:02:44 -0700 (PDT) Received: from mail-oa0-f46.google.com (mail-oa0-f46.google.com [209.85.219.46]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 09FDF431FD0 for ; Sat, 2 Nov 2013 07:02:42 -0700 (PDT) Received: by mail-oa0-f46.google.com with SMTP id g12so5702257oah.33 for ; Sat, 02 Nov 2013 07:02:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=je/u1FOmMEp6iUsQXX4O4uEx4GNlHzXStaIIG5QVdhc=; b=NZa0svIznnh4Jssab0uJdGPnHFfYbka1EzSDeRIgxz278CrnkBoDr5xTe2Aoo27Qbx 0rXk8VGzwvetgznZsI+KJmaK+sh2u+ixi9WJM1ijLvkHZBsT5OgB4R1kC/q7/JlrIC9H siiwVv1WDdkFslCrjT6rjF02zFbQbNQsR4BPmWPGnGIPgfrvxxbJAYbGHY9ZRE7Q3qJh vxjNug9NWa8VSYc9b4f3JMtk3FxYph4xsSKwKTGtfvzshuz5x/E7ciM45EN08ctLh/iR q9aSLL89bfu6+h2daq7/eR7mQuRT8fr6M1k3mLNEGEfpQnxSrE2KlWuSx2awQlE/H8I6 RoDQ== X-Received: by 10.60.98.69 with SMTP id eg5mr6466141oeb.42.1383400962522; Sat, 02 Nov 2013 07:02:42 -0700 (PDT) Received: from localhost (187-162-140-241.static.axtel.net. [187.162.140.241]) by mx.google.com with ESMTPSA id qe2sm3459013obc.1.2013.11.02.07.02.41 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 02 Nov 2013 07:02:41 -0700 (PDT) From: Felipe Contreras To: notmuch@notmuchmail.org Subject: [PATCH 02/21] vim: don't automatically refresh after tagging Date: Sat, 2 Nov 2013 07:55:35 -0600 Message-Id: <1383400554-1832-3-git-send-email-felipe.contreras@gmail.com> X-Mailer: git-send-email 1.8.4.2+fc1 In-Reply-To: <1383400554-1832-1-git-send-email-felipe.contreras@gmail.com> References: <1383400554-1832-1-git-send-email-felipe.contreras@gmail.com> 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, 02 Nov 2013 14:02:50 -0000 This operation might take a while, and even if it only takes fractions of a second, that's not what the user might want. Signed-off-by: Felipe Contreras --- vim/notmuch.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/vim/notmuch.vim b/vim/notmuch.vim index 0ccaaf1..438fadf 100644 --- a/vim/notmuch.vim +++ b/vim/notmuch.vim @@ -218,7 +218,6 @@ function! s:search_tag(intags) endif ruby do_tag(get_thread_id, VIM::evaluate('l:tags')) norm j - call s:search_refresh() endfunction function! s:folders_search_prompt() -- 1.8.4.2+fc1