Re: [PATCH v4 13/16] add indexopts to notmuch python bindings.
[notmuch-archives.git] / 34 / 7994d267ca1e3fc4421a83c179729571212145
1 Return-Path: <felipe.contreras@gmail.com>\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 03891431FAF\r
6         for <notmuch@notmuchmail.org>; Sat,  2 Nov 2013 07:02:50 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id JCOUKpTLkyDP for <notmuch@notmuchmail.org>;\r
17         Sat,  2 Nov 2013 07:02:44 -0700 (PDT)\r
18 Received: from mail-oa0-f46.google.com (mail-oa0-f46.google.com\r
19         [209.85.219.46]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 09FDF431FD0\r
22         for <notmuch@notmuchmail.org>; Sat,  2 Nov 2013 07:02:42 -0700 (PDT)\r
23 Received: by mail-oa0-f46.google.com with SMTP id g12so5702257oah.33\r
24         for <notmuch@notmuchmail.org>; Sat, 02 Nov 2013 07:02:42 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=from:to:cc:subject:date:message-id:in-reply-to:references;\r
27         bh=je/u1FOmMEp6iUsQXX4O4uEx4GNlHzXStaIIG5QVdhc=;\r
28         b=NZa0svIznnh4Jssab0uJdGPnHFfYbka1EzSDeRIgxz278CrnkBoDr5xTe2Aoo27Qbx\r
29         0rXk8VGzwvetgznZsI+KJmaK+sh2u+ixi9WJM1ijLvkHZBsT5OgB4R1kC/q7/JlrIC9H\r
30         siiwVv1WDdkFslCrjT6rjF02zFbQbNQsR4BPmWPGnGIPgfrvxxbJAYbGHY9ZRE7Q3qJh\r
31         vxjNug9NWa8VSYc9b4f3JMtk3FxYph4xsSKwKTGtfvzshuz5x/E7ciM45EN08ctLh/iR\r
32         q9aSLL89bfu6+h2daq7/eR7mQuRT8fr6M1k3mLNEGEfpQnxSrE2KlWuSx2awQlE/H8I6\r
33         RoDQ==\r
34 X-Received: by 10.60.98.69 with SMTP id eg5mr6466141oeb.42.1383400962522;\r
35         Sat, 02 Nov 2013 07:02:42 -0700 (PDT)\r
36 Received: from localhost (187-162-140-241.static.axtel.net. [187.162.140.241])\r
37         by mx.google.com with ESMTPSA id\r
38         qe2sm3459013obc.1.2013.11.02.07.02.41 for <multiple recipients>\r
39         (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\r
40         Sat, 02 Nov 2013 07:02:41 -0700 (PDT)\r
41 From: Felipe Contreras <felipe.contreras@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH 02/21] vim: don't automatically refresh after tagging\r
44 Date: Sat,  2 Nov 2013 07:55:35 -0600\r
45 Message-Id: <1383400554-1832-3-git-send-email-felipe.contreras@gmail.com>\r
46 X-Mailer: git-send-email 1.8.4.2+fc1\r
47 In-Reply-To: <1383400554-1832-1-git-send-email-felipe.contreras@gmail.com>\r
48 References: <1383400554-1832-1-git-send-email-felipe.contreras@gmail.com>\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Sat, 02 Nov 2013 14:02:50 -0000\r
62 \r
63 This operation might take a while, and even if it only takes fractions\r
64 of a second, that's not what the user might want.\r
65 \r
66 Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>\r
67 ---\r
68  vim/notmuch.vim | 1 -\r
69  1 file changed, 1 deletion(-)\r
70 \r
71 diff --git a/vim/notmuch.vim b/vim/notmuch.vim\r
72 index 0ccaaf1..438fadf 100644\r
73 --- a/vim/notmuch.vim\r
74 +++ b/vim/notmuch.vim\r
75 @@ -218,7 +218,6 @@ function! s:search_tag(intags)\r
76         endif\r
77         ruby do_tag(get_thread_id, VIM::evaluate('l:tags'))\r
78         norm j\r
79 -       call s:search_refresh()\r
80  endfunction\r
81  \r
82  function! s:folders_search_prompt()\r
83 -- \r
84 1.8.4.2+fc1\r
85 \r