[Patch v4 4/5] debian: Recommend gpgsm for S/MIME support
[notmuch-archives.git] / ab / 807085bbdf0b433cad7addc5c47cbcebf7e3db
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 B4BBE429E21\r
6         for <notmuch@notmuchmail.org>; Sun, 13 Nov 2011 13:15:41 -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: 1.075\r
10 X-Spam-Level: *\r
11 X-Spam-Status: No, score=1.075 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7, URIBL_BLACK=1.775] 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 NA3LVDH2bv0e for <notmuch@notmuchmail.org>;\r
16         Sun, 13 Nov 2011 13:15:41 -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 E080C431FB6\r
21         for <notmuch@notmuchmail.org>; Sun, 13 Nov 2011 13:15:40 -0800 (PST)\r
22 Received: by bkaq10 with SMTP id q10so6289712bka.26\r
23         for <notmuch@notmuchmail.org>; Sun, 13 Nov 2011 13:15:39 -0800 (PST)\r
24 Received: by 10.205.133.16 with SMTP id hw16mr8634825bkc.128.1321218939277;\r
25         Sun, 13 Nov 2011 13:15:39 -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 dq2sm27010560bkb.11.2011.11.13.13.15.36\r
29         (version=SSLv3 cipher=OTHER); Sun, 13 Nov 2011 13:15:38 -0800 (PST)\r
30 From: Jani Nikula <jani@nikula.org>\r
31 To: notmuch@notmuchmail.org\r
32 Subject: [PATCH v6 0/6] lib/cli: limit number of messages in search results\r
33 Date: Sun, 13 Nov 2011 23:15:29 +0200\r
34 Message-Id: <cover.1321217854.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 21:15:41 -0000\r
49 \r
50 v6, now with the missing 'notmuch help' documentation spotted by\r
51 jrollins. Previous version at id:"cover.1321212673.git.jani@nikula.org".\r
52 \r
53 BR,\r
54 Jani.\r
55 \r
56 \r
57 Jani Nikula (6):\r
58   lib: add function to get the number of threads matching a search\r
59   cli: add options --first and --maxitems to notmuch search\r
60   cli: drop unused code from notmuch count\r
61   cli: add support for --output parameter in notmuch count\r
62   test: add tests for notmuch count\r
63   test: add tests for notmuch search --first and --maxitems\r
64 \r
65  NEWS                 |   10 +++++++\r
66  lib/notmuch.h        |   14 ++++++++++\r
67  lib/query.cc         |   44 +++++++++++++++++++++++++++++++\r
68  notmuch-count.c      |   44 +++++++++----------------------\r
69  notmuch-search.c     |   70 ++++++++++++++++++++++++++++++++++++++++--------\r
70  notmuch.1            |   48 +++++++++++++++++++++++++++++----\r
71  notmuch.c            |   29 +++++++++++++++++---\r
72  test/count           |   40 ++++++++++++++++++++++++++++\r
73  test/notmuch-test    |    2 +\r
74  test/search-limiting |   71 ++++++++++++++++++++++++++++++++++++++++++++++++++\r
75  10 files changed, 319 insertions(+), 53 deletions(-)\r
76  create mode 100755 test/count\r
77  create mode 100755 test/search-limiting\r
78 \r
79 -- \r
80 1.7.5.4\r
81 \r