From: Jani Nikula Date: Sat, 17 Aug 2013 12:11:25 +0000 (+0300) Subject: [PATCH v3 0/8] cli: better tooling support for duplicate messages X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=611ff599d371d701f2bc043a1440745c8e557d61;p=notmuch-archives.git [PATCH v3 0/8] cli: better tooling support for duplicate messages --- diff --git a/66/475f7d5be9ae91bb4e5be70a73e23015c27be1 b/66/475f7d5be9ae91bb4e5be70a73e23015c27be1 new file mode 100644 index 000000000..0dd2a95cb --- /dev/null +++ b/66/475f7d5be9ae91bb4e5be70a73e23015c27be1 @@ -0,0 +1,91 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 527F4429E4A + for ; Sat, 17 Aug 2013 05:11:36 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.7 +X-Spam-Level: +X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 + tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id UflWs22zwZ8E for ; + Sat, 17 Aug 2013 05:11:31 -0700 (PDT) +Received: from mail-bk0-f51.google.com (mail-bk0-f51.google.com + [209.85.214.51]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 6E45A431FC9 + for ; Sat, 17 Aug 2013 05:11:31 -0700 (PDT) +Received: by mail-bk0-f51.google.com with SMTP id mx10so907657bkb.38 + for ; Sat, 17 Aug 2013 05:11:30 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=google.com; s=20120113; + h=x-gm-message-state:from:to:cc:subject:date:message-id; + bh=R3w34Z0mOg07+V8WsIZhMKQioXq1Xo8zZEWr64x9sms=; + b=Lk/tqJ4+pcVDNyR3PcXNo10E32vc9ikCBR2kskzka7tfXt5hzhDfcb5uAaELR8LVki + rOV+TGtcIfcE0QpYGLOzLZf2Oy3SloNxdvKsIZ0YhoTGcQQAIIvx2uOdcZ+ld2i/T/Pt + 3N2vVlSoX0ohNsylkwU7CvNk4LEziyWAlvuL+9be0lyCWYQi3FBt2JY2HUtUP0ceTqeG + NnhM1u/rBtqVqhgKZMhUdsmmASrWPlR3LGlyKWOqJlGcH2O91CJDFXfwlBSnwnTpWI+j + bOuEX9CO6k8nllGz7V6nNM60GfkdIwJu3WSF8QhDsIcMEXnYSdTrXaKc2TYtonNKgSDB + Kcbw== +X-Gm-Message-State: + ALoCoQm+763ht0iCJA7rhEI2w9nmHGU8Ee9bjVN55xlHwR/pkKAhOwxQj3OQUYOIXEADbPGl/Yzx +X-Received: by 10.204.189.4 with SMTP id dc4mr1512283bkb.2.1376741490079; + Sat, 17 Aug 2013 05:11:30 -0700 (PDT) +Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi. + [88.195.111.91]) + by mx.google.com with ESMTPSA id nv4sm249363bkb.3.1969.12.31.16.00.00 + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Sat, 17 Aug 2013 05:11:29 -0700 (PDT) +From: Jani Nikula +To: notmuch@notmuchmail.org +Subject: [PATCH v3 0/8] cli: better tooling support for duplicate messages +Date: Sat, 17 Aug 2013 15:11:25 +0300 +Message-Id: +X-Mailer: git-send-email 1.7.10.4 +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Sat, 17 Aug 2013 12:11:36 -0000 + +v3 of id:cover.1370775663.git.jani@nikula.org. Just a rebase, no changes +since the latest versions of the patches posted in the previous thread. + +BR, +Jani. + +Jani Nikula (8): + cli: add --duplicate=N option to notmuch search + test: test notmuch search --duplicate=N + man: document notmuch search --duplicate=N + cli: add --output=files option to notmuch count + test: test notmuch count --output=files + man: document notmuch count --output=files + NEWS: cli options for improved duplicate message handling + man: clarify folder: prefix regarding duplicate files + + NEWS | 20 ++++++++++++ + man/man1/notmuch-count.1 | 10 +++++- + man/man1/notmuch-search.1 | 20 ++++++++++++ + man/man7/notmuch-search-terms.7 | 8 +++-- + notmuch-count.c | 37 ++++++++++++++++++++++ + notmuch-search.c | 18 +++++++---- + test/count | 10 ++++++ + test/search-output | 65 +++++++++++++++++++++++++++++++++++++++ + 8 files changed, 178 insertions(+), 10 deletions(-) + +-- +1.7.10.4 +