--- /dev/null
+Return-Path: <jani@nikula.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by olra.theworths.org (Postfix) with ESMTP id 1FB56431FBC\r
+ for <notmuch@notmuchmail.org>; Sun, 9 Jun 2013 04:03:28 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.7\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
+ tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+ by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id BRuN+IyYfjQW for <notmuch@notmuchmail.org>;\r
+ Sun, 9 Jun 2013 04:03:20 -0700 (PDT)\r
+Received: from mail-lb0-f178.google.com (mail-lb0-f178.google.com\r
+ [209.85.217.178]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id 925DE431FAE\r
+ for <notmuch@notmuchmail.org>; Sun, 9 Jun 2013 04:03:20 -0700 (PDT)\r
+Received: by mail-lb0-f178.google.com with SMTP id y6so3996792lbh.9\r
+ for <notmuch@notmuchmail.org>; Sun, 09 Jun 2013 04:03:19 -0700 (PDT)\r
+X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
+ d=google.com; s=20120113;\r
+ h=from:to:cc:subject:date:message-id:x-mailer:x-gm-message-state;\r
+ bh=c1BYkwag8GofRZ7eRL8J9ICYrFN/IXuAIajsh1khri0=;\r
+ b=aYglaygFHyGv5v3uylcLHSmgIREeycUkSdJN4zuDzJWqtkAlIxAs+rBaJbGMbwzbjl\r
+ FGieNTJLvvYQ94HV/355hNM8lzLhHZdLExPOQR+WfN9rLjfKd801//xX406VswJidO2h\r
+ nWxrNitS6lN/lFSt643ElzpAfMoN1KRCsvFWCHqdQjgpQ+7UYpaZIwc/kRGApi7slZoF\r
+ qtKTMkBY+fHLGi4U6RW3yF7goRY4vcrG1VMJsjeiCAmOqprdusE0orvvuEXhwZA87+MV\r
+ IyEcBrSnoPV9MNUNml3Fzg+ZjYat39AEzntPUBMp6CIha6jAcnoKXJRbQV0Xdyxyb/+i\r
+ NVmQ==\r
+X-Received: by 10.152.43.52 with SMTP id t20mr2803645lal.62.1370775799079;\r
+ Sun, 09 Jun 2013 04:03:19 -0700 (PDT)\r
+Received: from localhost (dsl-hkibrasgw2-58c376-211.dhcp.inet.fi.\r
+ [88.195.118.211])\r
+ by mx.google.com with ESMTPSA id i2sm2536004lah.5.2013.06.09.04.03.16\r
+ for <multiple recipients>\r
+ (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
+ Sun, 09 Jun 2013 04:03:17 -0700 (PDT)\r
+From: Jani Nikula <jani@nikula.org>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v2 0/7] cli: better tooling support for duplicate messages\r
+Date: Sun, 9 Jun 2013 14:03:06 +0300\r
+Message-Id: <cover.1370775663.git.jani@nikula.org>\r
+X-Mailer: git-send-email 1.7.10.4\r
+X-Gm-Message-State:\r
+ ALoCoQl2lgXrF32DEHmDGrZC/EmlS3N31VnZu3UUBV9R/L2ifBX/aAARSbTxkzJcEPcYaSyVV0PQ\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sun, 09 Jun 2013 11:03:28 -0000\r
+\r
+v2 of id:cover.1368467532.git.jani@nikula.org\r
+\r
+The only change is switching to 1-based indexing for --duplicate=N option.\r
+\r
+Jani.\r
+\r
+\r
+Jani Nikula (7):\r
+ cli: add --duplicate=N option to notmuch search\r
+ test: test notmuch search --duplicate=N\r
+ man: document notmuch search --duplicate=N\r
+ cli: add --output=files option to notmuch count\r
+ test: test notmuch count --output=files\r
+ man: document notmuch count --output=files\r
+ NEWS: cli options for improved duplicate message handling\r
+\r
+ NEWS | 12 +++++++++\r
+ man/man1/notmuch-count.1 | 10 ++++++-\r
+ man/man1/notmuch-search.1 | 11 ++++++++\r
+ notmuch-count.c | 37 ++++++++++++++++++++++++++\r
+ notmuch-search.c | 18 ++++++++-----\r
+ test/count | 10 +++++++\r
+ test/search-output | 65 +++++++++++++++++++++++++++++++++++++++++++++\r
+ 7 files changed, 156 insertions(+), 7 deletions(-)\r
+\r
+-- \r
+1.7.10.4\r
+\r