[PATCH 2/3] ruby: allow build with RUNPATH
[notmuch-archives.git] / 70 / faa4b11f924fa1cf06a85c23b3ad334633cdc2
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 1FB56431FBC\r
6         for <notmuch@notmuchmail.org>; Sun,  9 Jun 2013 04:03:28 -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 BRuN+IyYfjQW for <notmuch@notmuchmail.org>;\r
16         Sun,  9 Jun 2013 04:03:20 -0700 (PDT)\r
17 Received: from mail-lb0-f178.google.com (mail-lb0-f178.google.com\r
18         [209.85.217.178]) (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 925DE431FAE\r
21         for <notmuch@notmuchmail.org>; Sun,  9 Jun 2013 04:03:20 -0700 (PDT)\r
22 Received: by mail-lb0-f178.google.com with SMTP id y6so3996792lbh.9\r
23         for <notmuch@notmuchmail.org>; Sun, 09 Jun 2013 04:03:19 -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=from:to:cc:subject:date:message-id:x-mailer:x-gm-message-state;\r
27         bh=c1BYkwag8GofRZ7eRL8J9ICYrFN/IXuAIajsh1khri0=;\r
28         b=aYglaygFHyGv5v3uylcLHSmgIREeycUkSdJN4zuDzJWqtkAlIxAs+rBaJbGMbwzbjl\r
29         FGieNTJLvvYQ94HV/355hNM8lzLhHZdLExPOQR+WfN9rLjfKd801//xX406VswJidO2h\r
30         nWxrNitS6lN/lFSt643ElzpAfMoN1KRCsvFWCHqdQjgpQ+7UYpaZIwc/kRGApi7slZoF\r
31         qtKTMkBY+fHLGi4U6RW3yF7goRY4vcrG1VMJsjeiCAmOqprdusE0orvvuEXhwZA87+MV\r
32         IyEcBrSnoPV9MNUNml3Fzg+ZjYat39AEzntPUBMp6CIha6jAcnoKXJRbQV0Xdyxyb/+i\r
33         NVmQ==\r
34 X-Received: by 10.152.43.52 with SMTP id t20mr2803645lal.62.1370775799079;\r
35         Sun, 09 Jun 2013 04:03:19 -0700 (PDT)\r
36 Received: from localhost (dsl-hkibrasgw2-58c376-211.dhcp.inet.fi.\r
37         [88.195.118.211])\r
38         by mx.google.com with ESMTPSA id i2sm2536004lah.5.2013.06.09.04.03.16\r
39         for <multiple recipients>\r
40         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
41         Sun, 09 Jun 2013 04:03:17 -0700 (PDT)\r
42 From: Jani Nikula <jani@nikula.org>\r
43 To: notmuch@notmuchmail.org\r
44 Subject: [PATCH v2 0/7] cli: better tooling support for duplicate messages\r
45 Date: Sun,  9 Jun 2013 14:03:06 +0300\r
46 Message-Id: <cover.1370775663.git.jani@nikula.org>\r
47 X-Mailer: git-send-email 1.7.10.4\r
48 X-Gm-Message-State:\r
49  ALoCoQl2lgXrF32DEHmDGrZC/EmlS3N31VnZu3UUBV9R/L2ifBX/aAARSbTxkzJcEPcYaSyVV0PQ\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: Sun, 09 Jun 2013 11:03:28 -0000\r
63 \r
64 v2 of id:cover.1368467532.git.jani@nikula.org\r
65 \r
66 The only change is switching to 1-based indexing for --duplicate=N option.\r
67 \r
68 Jani.\r
69 \r
70 \r
71 Jani Nikula (7):\r
72   cli: add --duplicate=N option to notmuch search\r
73   test: test notmuch search --duplicate=N\r
74   man: document notmuch search --duplicate=N\r
75   cli: add --output=files option to notmuch count\r
76   test: test notmuch count --output=files\r
77   man: document notmuch count --output=files\r
78   NEWS: cli options for improved duplicate message handling\r
79 \r
80  NEWS                      |   12 +++++++++\r
81  man/man1/notmuch-count.1  |   10 ++++++-\r
82  man/man1/notmuch-search.1 |   11 ++++++++\r
83  notmuch-count.c           |   37 ++++++++++++++++++++++++++\r
84  notmuch-search.c          |   18 ++++++++-----\r
85  test/count                |   10 +++++++\r
86  test/search-output        |   65 +++++++++++++++++++++++++++++++++++++++++++++\r
87  7 files changed, 156 insertions(+), 7 deletions(-)\r
88 \r
89 -- \r
90 1.7.10.4\r
91 \r