From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 051C26DE0318 for ; Sat, 14 Oct 2017 14:16:02 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.011 X-Spam-Level: X-Spam-Status: No, score=-0.011 tagged_above=-999 required=5 tests=[AWL=0.098, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FSL_HELO_NON_FQDN_1=0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1QD77tlkEgz6 for ; Sat, 14 Oct 2017 14:16:01 -0700 (PDT) Received: from charon (jb55.com [45.79.91.128]) by arlo.cworth.org (Postfix) with ESMTPS id 35CD56DE024A for ; Sat, 14 Oct 2017 14:16:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d= jb55.com; h=from:to:subject:date:message-id; s=default; bh=5tXWv13K51HlgbFIl/G1cyp2B/vUrUXtGTE6b+s8TFI=; b=IFRXo1breQ9UFeXALLtgI7jKjl7exLBrgNNTYkH32moVfU0Kxk5E4JaLbFK5twsB7mlSXqXQzw5SyITmjQM8W6hXf2zkEPOd71Lwe5MAPx1Vw+Qzi1WCvJto7caM34HX4fyWRBlIt01wPDUL1AueJzRhevl8qVrxkX3mnf5t9TgYnqctHq6YUa9RR59sRqdPsgl5/y5GrR8FZRdIYQTTJrQlI8Mx7phxmK64G+7wfTQFnKl/xgrjMNnEbg+L8MSDb/obmzfauhHTi0NDFxZAyZVcPfqjovT6pD55BDEb9nYOFNhe5ztjil9VgwfWPyGOyynVhfkKGjgCVCYTG2oAaw== Received: from jb55.com (184.68.162.218 [184.68.162.218]) by jb55.com (OpenSMTPD) with ESMTPSA id ba1b4ff0 TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Sat, 14 Oct 2017 21:16:00 +0000 (UTC) From: William Casarin To: Jani Nikula , notmuch@notmuchmail.org Subject: Re: [PATCH 1/3] cli: add support for --no- prefixed boolean and keyword flag arguments In-Reply-To: <20171014131608.17587-1-jani@nikula.org> References: <20171014131608.17587-1-jani@nikula.org> Date: Sat, 14 Oct 2017 14:16:00 -0700 Message-ID: <87fualfn1r.fsf@jb55.com> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 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, 14 Oct 2017 21:16:02 -0000 Tested ACK 1-3 + id:20171014201836.4486-1-jani@nikula.org