[PATCH v2 12/13] show: Convert do_show to use sprinter
[notmuch-archives.git] / 04 / d0691f04d332f85f829a11af9cba7b180dd513
1 Return-Path: <daniel@schoepe.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 2EB41429E21\r
6         for <notmuch@notmuchmail.org>; Wed, 16 Nov 2011 10:09:53 -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.8\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.8 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         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 IB4Dya+Ln9qL for <notmuch@notmuchmail.org>;\r
17         Wed, 16 Nov 2011 10:09:52 -0800 (PST)\r
18 Received: from mail-fx0-f53.google.com (mail-fx0-f53.google.com\r
19         [209.85.161.53]) (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 84986431FD0\r
22         for <notmuch@notmuchmail.org>; Wed, 16 Nov 2011 10:09:52 -0800 (PST)\r
23 Received: by faan15 with SMTP id n15so2030691faa.26\r
24         for <notmuch@notmuchmail.org>; Wed, 16 Nov 2011 10:09:51 -0800 (PST)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=schoepe.org; s=google;\r
26         h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references;\r
27         bh=McUOVIVBR7lW8B6naTEqgGIHvYzO5o9WCUeZPvcjqx0=;\r
28         b=PiGQRPuvHf0hqglUXn5AR0a/GFqvVxa4GHt5jCdydQ5ow4D/EH9P8wkAHd5uXCoVE6\r
29         x3N+jzZQR/hqaDX+BfI0iltQxFjQq8zuLXu57MCZkxHiDCsz3zSLnYy3UxC5yXuBv5/M\r
30         CG8MpolaerJZAQQy/SbcGlSKIn5n1UO6LHe5w=\r
31 Received: by 10.204.154.89 with SMTP id n25mr20317816bkw.75.1321466991250;\r
32         Wed, 16 Nov 2011 10:09:51 -0800 (PST)\r
33 Received: from localhost (dslb-178-004-079-007.pools.arcor-ip.net.\r
34         [178.4.79.7])\r
35         by mx.google.com with ESMTPS id z3sm6095081faf.13.2011.11.16.10.09.49\r
36         (version=TLSv1/SSLv3 cipher=OTHER);\r
37         Wed, 16 Nov 2011 10:09:50 -0800 (PST)\r
38 From: daniel@schoepe.org\r
39 To: notmuch@notmuchmail.org\r
40 Subject: [PATCH v2 1/2] NEWS entry for adding tab-completion to notmuch-search\r
41 Date: Wed, 16 Nov 2011 19:09:21 +0100\r
42 Message-Id: <4ec3fc6e.8332df0a.62e6.ffffe8b9@mx.google.com>\r
43 X-Mailer: git-send-email 1.7.7.2\r
44 In-Reply-To: <87pqgsnduy.fsf@gmail.com>\r
45 References: <87pqgsnduy.fsf@gmail.com>\r
46 X-BeenThere: notmuch@notmuchmail.org\r
47 X-Mailman-Version: 2.1.13\r
48 Precedence: list\r
49 List-Id: "Use and development of the notmuch mail system."\r
50         <notmuch.notmuchmail.org>\r
51 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
53 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
54 List-Post: <mailto:notmuch@notmuchmail.org>\r
55 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
56 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
58 X-List-Received-Date: Wed, 16 Nov 2011 18:09:53 -0000\r
59 \r
60 From: Daniel Schoepe <daniel@schoepe.org>\r
61 \r
62 Add a news entry for commit6a280088e6769015ade7758b9790384997a21ff3.\r
63 ---\r
64  NEWS |    8 ++++++++\r
65  1 files changed, 8 insertions(+), 0 deletions(-)\r
66 \r
67 diff --git a/NEWS b/NEWS\r
68 index f236505..ff12ca6 100644\r
69 --- a/NEWS\r
70 +++ b/NEWS\r
71 @@ -33,6 +33,14 @@ Add "notmuch count --output" option\r
72    The count command is now capable of counting threads in addition to\r
73    messages. This is selected using the new --output=(threads|messages) option.\r
74  \r
75 +New emacs UI features\r
76 +---------------------\r
77 +\r
78 +Add tab-completion for notmuch-search and notmuch-search-filter\r
79 +\r
80 +  These functions now support completion tags for query parts\r
81 +  starting with "tag:".\r
82 +\r
83  Performance\r
84  -----------\r
85  \r
86 -- \r
87 1.7.7.2\r
88 \r