Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / df / f8d666fba15ddf134f591a460f43c7709be4c6
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 8DE6B429E21\r
6         for <notmuch@notmuchmail.org>; Sun, 13 Nov 2011 11:48:47 -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 9ZUS9EGgmZOa for <notmuch@notmuchmail.org>;\r
16         Sun, 13 Nov 2011 11:48:47 -0800 (PST)\r
17 Received: from mail-bw0-f53.google.com (mail-bw0-f53.google.com\r
18         [209.85.214.53]) (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 A7E92431FB6\r
21         for <notmuch@notmuchmail.org>; Sun, 13 Nov 2011 11:48:46 -0800 (PST)\r
22 Received: by bkaq10 with SMTP id q10so6225076bka.26\r
23         for <notmuch@notmuchmail.org>; Sun, 13 Nov 2011 11:48:45 -0800 (PST)\r
24 Received: by 10.205.127.139 with SMTP id ha11mr8685446bkc.111.1321213724886;\r
25         Sun, 13 Nov 2011 11:48:44 -0800 (PST)\r
26 Received: from localhost (dsl-hkibrasgw4-fe5cdc00-23.dhcp.inet.fi.\r
27         [80.220.92.23])\r
28         by mx.google.com with ESMTPS id m12sm17205307bkg.14.2011.11.13.11.48.41\r
29         (version=SSLv3 cipher=OTHER); Sun, 13 Nov 2011 11:48:43 -0800 (PST)\r
30 From: Jani Nikula <jani@nikula.org>\r
31 To: notmuch@notmuchmail.org\r
32 Subject: [PATCH v5 0/6] lib/cli: limit number of messages in search results\r
33 Date: Sun, 13 Nov 2011 21:48:34 +0200\r
34 Message-Id: <cover.1321212673.git.jani@nikula.org>\r
35 X-Mailer: git-send-email 1.7.5.4\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.13\r
38 Precedence: list\r
39 List-Id: "Use and development of the notmuch mail system."\r
40         <notmuch.notmuchmail.org>\r
41 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
43 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
44 List-Post: <mailto:notmuch@notmuchmail.org>\r
45 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
46 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Sun, 13 Nov 2011 19:48:47 -0000\r
49 \r
50 Hi, output limiting patches v5, with only documentation changes since the\r
51 previous version id:"cover.1320615322.git.jani@nikula.org".\r
52 \r
53 The changes are as suggested by Austin Clements:\r
54 id:"87ehxcufr0.fsf@awakening.csail.mit.edu"\r
55 id:"87bosgufcf.fsf@awakening.csail.mit.edu"\r
56 \r
57 \r
58 BR,\r
59 Jani.\r
60 \r
61 \r
62 Jani Nikula (6):\r
63   lib: add function to get the number of threads matching a search\r
64   cli: add options --first and --maxitems to notmuch search\r
65   cli: drop unused code from notmuch count\r
66   cli: add support for --output parameter in notmuch count\r
67   test: add tests for notmuch count\r
68   test: add tests for notmuch search --first and --maxitems\r
69 \r
70  NEWS                 |   10 +++++++\r
71  lib/notmuch.h        |   14 ++++++++++\r
72  lib/query.cc         |   44 +++++++++++++++++++++++++++++++\r
73  notmuch-count.c      |   44 +++++++++----------------------\r
74  notmuch-search.c     |   70 ++++++++++++++++++++++++++++++++++++++++--------\r
75  notmuch.1            |   48 +++++++++++++++++++++++++++++----\r
76  test/count           |   40 ++++++++++++++++++++++++++++\r
77  test/notmuch-test    |    2 +\r
78  test/search-limiting |   71 ++++++++++++++++++++++++++++++++++++++++++++++++++\r
79  9 files changed, 294 insertions(+), 49 deletions(-)\r
80  create mode 100755 test/count\r
81  create mode 100755 test/search-limiting\r
82 \r
83 -- \r
84 1.7.5.4\r
85 \r