Re: [PATCH v3] nmbug: Translate to Python
[notmuch-archives.git] / e0 / 70c1f6a91ef8cb06e072a142c86be28d5775d0
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 83EB5431FC4\r
6         for <notmuch@notmuchmail.org>; Wed, 23 Apr 2014 15:06:47 -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 78Sf1cHxxtZd for <notmuch@notmuchmail.org>;\r
17         Wed, 23 Apr 2014 15:06:42 -0700 (PDT)\r
18 Received: from mail-ob0-f179.google.com (mail-ob0-f179.google.com\r
19         [209.85.214.179]) (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 0D07A431FBF\r
22         for <notmuch@notmuchmail.org>; Wed, 23 Apr 2014 15:06:42 -0700 (PDT)\r
23 Received: by mail-ob0-f179.google.com with SMTP id vb8so1744313obc.24\r
24         for <notmuch@notmuchmail.org>; Wed, 23 Apr 2014 15:06:41 -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=aVvnopBxYFc+BHu/x99Ro7DCSQpt/LldVm3kshjtmFU=;\r
28         b=EwId8sUcsbjlGCfcUi8QvLa25IShM1F4J7RS5DZK98aaCzzwuwen0XgJDxXsncS5st\r
29         vEsmmIhYkCe9V7TM/09+ClwZoe+/kHyFvtYbbvF9MZNe7KXoNrX3UOzS9a+13ulufXqD\r
30         YyV679QNLIFv0PmNCBYzHdfHi3tsd5jqMRjyVmg7qZdjzeDcUarv2U2f9xFvTLK+HzVk\r
31         HJMLK9rIS12amuhfrenM2XQ0l0RmTnO+6PlpuO9JLRiBxdQpaqN/51bBP650xUIg7EVs\r
32         3zCZq9sn2iSWS/ErY4MaqUyqVz461bpPEJjrFHrG+NMPYUDCoHH/bPsv+IYmQaAdYSfs\r
33         c4wA==\r
34 X-Received: by 10.182.166.40 with SMTP id zd8mr44061217obb.25.1398290412694;\r
35         Wed, 23 Apr 2014 15:00:12 -0700 (PDT)\r
36 Received: from localhost (189-211-224-40.static.axtel.net. [189.211.224.40])\r
37         by mx.google.com with ESMTPSA id vh3sm4327005obb.9.2014.04.23.15.00.10\r
38         for <multiple recipients>\r
39         (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\r
40         Wed, 23 Apr 2014 15:00:11 -0700 (PDT)\r
41 From: Felipe Contreras <felipe.contreras@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH 1/3] Fix count_threads variable check\r
44 Date: Wed, 23 Apr 2014 16:49:42 -0500\r
45 Message-Id: <1398289784-18203-2-git-send-email-felipe.contreras@gmail.com>\r
46 X-Mailer: git-send-email 1.9.2+fc1.2.gfbaae8c\r
47 In-Reply-To: <1398289784-18203-1-git-send-email-felipe.contreras@gmail.com>\r
48 References: <1398289784-18203-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: Wed, 23 Apr 2014 22:06:47 -0000\r
62 \r
63 Seems it never really worked.\r
64 \r
65 Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>\r
66 ---\r
67  vim/notmuch.vim | 2 +-\r
68  1 file changed, 1 insertion(+), 1 deletion(-)\r
69 \r
70 diff --git a/vim/notmuch.vim b/vim/notmuch.vim\r
71 index d7b310c..25a16e9 100644\r
72 --- a/vim/notmuch.vim\r
73 +++ b/vim/notmuch.vim\r
74 @@ -633,7 +633,7 @@ ruby << EOF\r
75         def folders_render()\r
76                 $curbuf.render do |b|\r
77                         folders = VIM::evaluate('g:notmuch_folders')\r
78 -                       count_threads = VIM::evaluate('g:notmuch_folders_count_threads')\r
79 +                       count_threads = VIM::evaluate('g:notmuch_folders_count_threads') == 1\r
80                         $searches.clear\r
81                         folders.each do |name, search|\r
82                                 q = $curbuf.query(search)\r
83 -- \r
84 1.9.2+fc1.2.gfbaae8c\r
85 \r