Re: [PATCH] Fix typo in Message.maildir_flags_to_tags
[notmuch-archives.git] / 37 / 22cb36ed234c6f4ea54039306a230eac2efaf7
1 Return-Path: <jani@nikula.org>\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 037E2431FBF\r
6         for <notmuch@notmuchmail.org>; Sun, 31 Mar 2013 02:46:10 -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.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id I5wF7lNYZpGY for <notmuch@notmuchmail.org>;\r
16         Sun, 31 Mar 2013 02:46:09 -0700 (PDT)\r
17 Received: from mail-la0-f42.google.com (mail-la0-f42.google.com\r
18         [209.85.215.42]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 3FC92431FAE\r
21         for <notmuch@notmuchmail.org>; Sun, 31 Mar 2013 02:46:09 -0700 (PDT)\r
22 Received: by mail-la0-f42.google.com with SMTP id fe20so1462294lab.15\r
23         for <notmuch@notmuchmail.org>; Sun, 31 Mar 2013 02:46:06 -0700 (PDT)\r
24 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
25         d=google.com; s=20120113;\r
26         h=x-received:from:to:cc:subject:date:message-id:x-mailer\r
27         :x-gm-message-state;\r
28         bh=tHoOAdPUqRHnLPGvzuObefB3/HIRfF+v5U72Rc+txaY=;\r
29         b=a4C1NvMHj5037p3V/sMq4rFdY1c879HF21w4d5t6of1yol3YaZsAVOlbCK+QjN3pB1\r
30         FlPXAtbzbg3/Ogi+R/jtgXzWifk+EG0vhe2dF7CMWceYi5RAhFIxtsc1DKQrcFlNwEmb\r
31         9KONKQulchWmNLSEbz7PQIyCKPY+Dg7Tmayk5k0z8VNo6FDzWtP6MyL/hghn/AmRPJuf\r
32         6NmWP5KBUbA0f0g9UnLGXg0+jTl0tqvXlpDZrL0krxMFIN45yz+qeJGLBKm6DPYb9ZII\r
33         y/h2E9eoqgq/3pZS8iA1iPukMQ9JVuszO0UXbnSV/m7gG8lYytOCkxJrhI5lSliKnpPi\r
34         TUWA==\r
35 X-Received: by 10.112.162.40 with SMTP id xx8mr4028523lbb.30.1364723166427;\r
36         Sun, 31 Mar 2013 02:46:06 -0700 (PDT)\r
37 Received: from localhost (dsl-hkibrasgw4-50df51-27.dhcp.inet.fi.\r
38         [80.223.81.27])\r
39         by mx.google.com with ESMTPS id iq6sm3749755lab.10.2013.03.31.02.46.04\r
40         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
41         Sun, 31 Mar 2013 02:46:05 -0700 (PDT)\r
42 From: Jani Nikula <jani@nikula.org>\r
43 To: notmuch@notmuchmail.org\r
44 Subject: [PATCH v3 0/6] batch count for notmuch-hello speedup\r
45 Date: Sun, 31 Mar 2013 12:45:57 +0300\r
46 Message-Id: <cover.1364722841.git.jani@nikula.org>\r
47 X-Mailer: git-send-email 1.7.10.4\r
48 X-Gm-Message-State:\r
49  ALoCoQnW9841aHAIYqr5zXj1pkOgJ0QtuOorIxjEih1BzGXbq4BBmkP5mGStOz0QWoK2bYPIP6BH\r
50 Cc: Tomi Ollila <tomi.ollila@iki.fi>\r
51 X-BeenThere: notmuch@notmuchmail.org\r
52 X-Mailman-Version: 2.1.13\r
53 Precedence: list\r
54 List-Id: "Use and development of the notmuch mail system."\r
55         <notmuch.notmuchmail.org>\r
56 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
58 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
59 List-Post: <mailto:notmuch@notmuchmail.org>\r
60 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
61 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
62         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
63 X-List-Received-Date: Sun, 31 Mar 2013 09:46:10 -0000\r
64 \r
65 This is v3 of id:cover.1362841844.git.jani@nikula.org, with the commit\r
66 messages of patches 1/6 and 3/6 fixed. No other changes. Thanks to\r
67 Jameson and Tomi for review, and of course Mark for the elisp part.\r
68 \r
69 BR,\r
70 Jani.\r
71 \r
72 Jani Nikula (5):\r
73   cli: remove useless talloc_strdup\r
74   cli: extract count printing to a separate function in notmuch count\r
75   cli: add --batch option to notmuch count\r
76   man: document notmuch count --batch and --input options\r
77   test: notmuch count --batch and --input options\r
78 \r
79 Mark Walters (1):\r
80   emacs: hello: use batch count\r
81 \r
82  emacs/notmuch-hello.el   |   52 +++++++++++++---------\r
83  man/man1/notmuch-count.1 |   20 +++++++++\r
84  notmuch-count.c          |  111 +++++++++++++++++++++++++++++++++++-----------\r
85  test/count               |   46 +++++++++++++++++++\r
86  4 files changed, 182 insertions(+), 47 deletions(-)\r
87 \r
88 -- \r
89 1.7.10.4\r
90 \r