Re: [feature request] emacs: use `notmuch insert` for FCC
[notmuch-archives.git] / ed / 0e1b396b72edf653c60870b9cbf40330e4aa56
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 1080C431FAF\r
6         for <notmuch@notmuchmail.org>; Sat,  9 Mar 2013 07:12:32 -0800 (PST)\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 HBDkyJujCoB8 for <notmuch@notmuchmail.org>;\r
16         Sat,  9 Mar 2013 07:12:31 -0800 (PST)\r
17 Received: from mail-la0-f47.google.com (mail-la0-f47.google.com\r
18         [209.85.215.47]) (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 54B85431FAE\r
21         for <notmuch@notmuchmail.org>; Sat,  9 Mar 2013 07:12:31 -0800 (PST)\r
22 Received: by mail-la0-f47.google.com with SMTP id fj20so2620311lab.34\r
23         for <notmuch@notmuchmail.org>; Sat, 09 Mar 2013 07:12:29 -0800 (PST)\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=OOTahtkp2Yb3S5cZG4A+ZKUopSUpCYcccs+/hVnUxas=;\r
29         b=knvLf1zvN/4MgvZ7lYfsgCBtH8ldAEaRBURHqy86lSZCbuIL+4OEdfpnBMCxPJXgPO\r
30         h2N03jwx05iwRilH6y7Pheq64OiPxqMb7enZvH+KZXoz2KG2DDDFBML0Crr33G0d0CW0\r
31         F6GTRXxPbkxIpTEGAX4qagmu4fzaU+E9c2UIDi43dftz8UxBLRWXLeGAhO8x+QipHaza\r
32         ckXoSXJUbaRe0IYxPd1yqVYUcqHAGiCbXu89b/QIgHljlSq1LMHMkoIsh4Ragn6MIvJV\r
33         jy0XM7qY/oeSgaGYnjQLJzv0t09kpkmbmSf/QXnkNMmKBSx+BLSBz/p4MEvpM+j2lcyT\r
34         W4zQ==\r
35 X-Received: by 10.152.104.199 with SMTP id gg7mr5180820lab.14.1362841949655;\r
36         Sat, 09 Mar 2013 07:12:29 -0800 (PST)\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 fz16sm4276058lab.5.2013.03.09.07.12.27\r
40         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
41         Sat, 09 Mar 2013 07:12:28 -0800 (PST)\r
42 From: Jani Nikula <jani@nikula.org>\r
43 To: notmuch@notmuchmail.org\r
44 Subject: [PATCH v2 0/6] batch count for notmuch-hello speedup\r
45 Date: Sat,  9 Mar 2013 17:12:20 +0200\r
46 Message-Id: <cover.1362841844.git.jani@nikula.org>\r
47 X-Mailer: git-send-email 1.7.10.4\r
48 X-Gm-Message-State:\r
49  ALoCoQkaKTozVesU8qXXiVO9xzCiaq/4VP4XnpPxX8bm0FDAWPc2rpuOk0fC5ihfei1D6NYREF2A\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Sat, 09 Mar 2013 15:12:32 -0000\r
63 \r
64 Rebased v2 of id:cover.1358273133.git.jani@nikula.org\r
65 \r
66 Jani Nikula (5):\r
67   cli: remove useless strdup\r
68   cli: extract count printing to a separate function in notmuch count\r
69   cli: add --batch option to notmuch count\r
70   man: document notmuch count --batch and --input options\r
71   test: notmuch count --batch and --input options\r
72 \r
73 Mark Walters (1):\r
74   emacs: hello: use batch count\r
75 \r
76  emacs/notmuch-hello.el   |   52 +++++++++++++---------\r
77  man/man1/notmuch-count.1 |   20 +++++++++\r
78  notmuch-count.c          |  111 +++++++++++++++++++++++++++++++++++-----------\r
79  test/count               |   46 +++++++++++++++++++\r
80  4 files changed, 182 insertions(+), 47 deletions(-)\r
81 \r
82 -- \r
83 1.7.10.4\r
84 \r