From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id +I4eFIXjt1+jCwAA0tVLHw (envelope-from ) for ; Fri, 20 Nov 2020 15:40:53 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id mz0CEIXjt18nYwAA1q6Kng (envelope-from ) for ; Fri, 20 Nov 2020 15:40:53 +0000 Received: from mail.notmuchmail.org (nmbug.tethera.net [144.217.243.247]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (2048 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 66B2494011C for ; Fri, 20 Nov 2020 15:40:52 +0000 (UTC) Received: from nmbug.tethera.net (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id EB4C828C64; Fri, 20 Nov 2020 10:40:46 -0500 (EST) Received: from wedjat.horus-it.com (wedjat.horus-it.com [IPv6:2a01:4f9:2a:2e8d::c0de]) by mail.notmuchmail.org (Postfix) with ESMTPS id A5FB72710B for ; Fri, 20 Nov 2020 10:40:43 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by wedjat.horus-it.com (Postfix) with ESMTP id 9A152A602D79 for ; Fri, 20 Nov 2020 16:40:42 +0100 (CET) X-Virus-Scanned: at horus-it.com Received: from wedjat (wedjat.horus-it.com [IPv6:2a01:4f9:2a:2e8d::c0de]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by wedjat.horus-it.com (Postfix) with ESMTPS id 77361A600160 for ; Fri, 20 Nov 2020 16:40:42 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ml.seichter.de; s=k1; t=1605886842; bh=iVu6VvAyZoqIL2b9Gq442qw/1Ef461/QyflTZocIaaY=; h=From:To:Subject:In-Reply-To:References:Date:Message-ID: Content-Type; b=BcjH6OLqchvPA9Q8vjUlo9IHFobAFoAigiW6shuts7BiwvWWKkAWWu6a5e/CTfVIs Z+ntsSpxEzFIWmrC/SJg6HCnIDCFU5TIlNxneNapw9qjQHjQxszM0D5j9NVN1kEZt4 bYfDZP7U2fBfh3pXQRs2/+vVxBjGM2ULJZ3jO2HiFIUsiLKXFliROm8rAZiieC2b1y tUltdA7u2awcgJUWPLj6H1ffo0ZzFM9d4g4PoGP5EmLG5HPyYgzgeJR4Rnyj4XzH19 3x9bqpu/gd9/rypF8J4Y4MUy7Q6TruCasHaHCPlXLNz5HLsAyQRiRITt0x1oSGW0PI 2WXl/60+Y0RDQ== From: Ralph Seichter To: notmuch@notmuchmail.org Subject: Re: listing all the tags I've been using In-Reply-To: <874klkoxfz.fsf@kakou.tech.prive.nic.fr> References: <878sawhytd.fsf@m4x.org> <874klkoxfz.fsf@kakou.tech.prive.nic.fr> Mail-Followup-To: notmuch@notmuchmail.org Date: Fri, 20 Nov 2020 16:40:42 +0100 Message-ID: <87k0ughw91.fsf@wedjat.horus-it.com> MIME-Version: 1.0 Message-ID-Hash: 4EALRRRS65HENBEEGQJW6KSE5MSB625Q X-Message-ID-Hash: 4EALRRRS65HENBEEGQJW6KSE5MSB625Q X-MailFrom: ralph@ml.seichter.de X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-notmuch.notmuchmail.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.1 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=fail (body hash did not verify) header.d=ml.seichter.de header.s=k1 header.b=BcjH6OLq; dmarc=fail reason="SPF not aligned (relaxed)" header.from=ml.seichter.de (policy=none); spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 144.217.243.247 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Spam-Score: 0.09 X-TUID: WMEgzBq9jb8m * Kim Minh Kaplan: > notmuch search --output=tags '*' That's much nicer than my idea. Thanks. -Ralph