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 5A1F3431FBC for ; Fri, 29 Mar 2013 09:24:38 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] 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 XebO3bDjYQtq for ; Fri, 29 Mar 2013 09:24:37 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by olra.theworths.org (Postfix) with ESMTP id AD25C431FAF for ; Fri, 29 Mar 2013 09:24:37 -0700 (PDT) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id 849C1100033; Fri, 29 Mar 2013 18:24:36 +0200 (EET) From: Tomi Ollila To: Jani Nikula , notmuch@notmuchmail.org Subject: Re: [PATCH v2 0/4] cli: notmuch tag --remove-all option In-Reply-To: References: User-Agent: Notmuch/0.15.2+50~g43fdda5 (http://notmuchmail.org) Emacs/24.2.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain 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: Fri, 29 Mar 2013 16:24:38 -0000 On Sat, Mar 09 2013, Jani Nikula wrote: > 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 This series LGTM and tests pass. +1 Tomi > 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