From: Jani Nikula Date: Sat, 9 Mar 2013 14:56:47 +0000 (+0200) Subject: [PATCH v2 0/4] cli: notmuch tag --remove-all option X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=fab0d330b8a704de25d8d370d2cafd14ebf95441;p=notmuch-archives.git [PATCH v2 0/4] cli: notmuch tag --remove-all option --- diff --git a/36/d40b1897aa45c69781d7bd215aa98da053be1c b/36/d40b1897aa45c69781d7bd215aa98da053be1c new file mode 100644 index 000000000..c1e11c549 --- /dev/null +++ b/36/d40b1897aa45c69781d7bd215aa98da053be1c @@ -0,0 +1,81 @@ +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 8CC37431FAF + for ; Sat, 9 Mar 2013 06:56:57 -0800 (PST) +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 a83LH68x7OZm for ; + Sat, 9 Mar 2013 06:56:57 -0800 (PST) +Received: from mail-lb0-f170.google.com (mail-lb0-f170.google.com + [209.85.217.170]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id BFDF4431FAE + for ; Sat, 9 Mar 2013 06:56:56 -0800 (PST) +Received: by mail-lb0-f170.google.com with SMTP id ge1so2077862lbb.1 + for ; Sat, 09 Mar 2013 06:56:54 -0800 (PST) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=google.com; s=20120113; + h=x-received:from:to:cc:subject:date:message-id:x-mailer + :x-gm-message-state; + bh=SEH9f1q6jHET+s/8nufPndCzJCYE54zX5bbGCFKMoHM=; + b=kAmb9qCz1nbSSthpQdqU+N5P7k1eMFiUhd7vqud9gd0/4E4NcYgTBILp6W58i7napC + 7cQkBtK6xzgOqWnRtWI4TV7LM8PonJXb3CftGCwmsKrk6phDKKswgAYADejHVAsIV17l + ETOM5Jire7A9Dc7aDcrAEog70TKiHcHrFMvjaaaQNGOwjoC1oE2KsW7hvSnPKjr7Y2l0 + s6KGaZ71fsKuLp6noVPZogaOtk03UAfhoLVjic+bl22oKEm1XL8/HaSlITOs2h+NeUZg + 8Hy8Yo4WLvlNhTFYVBVZrwOjl1TCRo//bg6wnWMWnVuxi1KpOZ1jFO6ELPzscTQJZoaU + ynSg== +X-Received: by 10.152.110.167 with SMTP id ib7mr5213555lab.22.1362841013820; + Sat, 09 Mar 2013 06:56:53 -0800 (PST) +Received: from localhost (dsl-hkibrasgw4-50df51-27.dhcp.inet.fi. + [80.223.81.27]) + by mx.google.com with ESMTPS id oy10sm4255789lab.8.2013.03.09.06.56.51 + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Sat, 09 Mar 2013 06:56:52 -0800 (PST) +From: Jani Nikula +To: notmuch@notmuchmail.org +Subject: [PATCH v2 0/4] cli: notmuch tag --remove-all option +Date: Sat, 9 Mar 2013 16:56:47 +0200 +Message-Id: +X-Mailer: git-send-email 1.7.10.4 +X-Gm-Message-State: + ALoCoQks73WNzM9aTQemMMXe+a0gXZV0P1PW7uXkHiJKSZImqF2lBWLakpijGTsyYIZ/U6xT3B8j +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, 09 Mar 2013 14:56:57 -0000 + +Rebased version of +id:1a2c09adc1c963f1aa209c09143f85dca7634e11.1358876448.git.jani@nikula.org + +Jani Nikula (4): + cli: make caller check tag count in parse_tag_command_line + cli: add --remove-all option to "notmuch tag" + man: document notmuch tag --remove-all + test: notmuch tag --remove-all + + man/man1/notmuch-tag.1 | 12 +++++++++++- + notmuch-tag.c | 31 ++++++++++++++++++++++++------- + tag-util.c | 5 ----- + test/tagging | 16 ++++++++++++++++ + 4 files changed, 51 insertions(+), 13 deletions(-) + +-- +1.7.10.4 +