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 mOJ3JnVTHWCUMQAA0tVLHw (envelope-from ) for ; Fri, 05 Feb 2021 14:17:25 +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 OGBUInVTHWAjQgAA1q6Kng (envelope-from ) for ; Fri, 05 Feb 2021 14:17:25 +0000 Received: from mail.notmuchmail.org (nmbug.tethera.net [IPv6:2607:5300:201:3100::1657]) (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 164FC9403CD for ; Fri, 5 Feb 2021 14:17:25 +0000 (UTC) Received: from nmbug.tethera.net (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id 2B8871FBA9; Fri, 5 Feb 2021 09:17:19 -0500 (EST) Received: from fethera.tethera.net (fethera.tethera.net [IPv6:2607:5300:60:c5::1]) by mail.notmuchmail.org (Postfix) with ESMTP id 818B31FAD8 for ; Fri, 5 Feb 2021 09:17:16 -0500 (EST) Received: by fethera.tethera.net (Postfix, from userid 1001) id 58B376067F; Fri, 5 Feb 2021 09:17:16 -0500 (EST) Received: (nullmailer pid 3303665 invoked by uid 1000); Fri, 05 Feb 2021 14:17:15 -0000 From: David Bremner To: David Edmondson , notmuch@notmuchmail.org Subject: Re: [PATCH v2] emacs: When completing tags, offer each tag once In-Reply-To: <20210203091020.34546-1-dme@dme.org> References: <20210203091020.34546-1-dme@dme.org> Date: Fri, 05 Feb 2021 10:17:15 -0400 Message-ID: <87y2g2vbtg.fsf@tethera.net> MIME-Version: 1.0 Message-ID-Hash: YQUONWQL4IIQYTKD6PKYTTKWNP2YM6TP X-Message-ID-Hash: YQUONWQL4IIQYTKD6PKYTTKWNP2YM6TP X-MailFrom: david@tethera.net 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 CC: David Edmondson 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-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -1.83 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 2607:5300:201:3100::1657 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Migadu-Queue-Id: 164FC9403CD X-Spam-Score: -1.83 X-Migadu-Scanner: scn1.migadu.com X-TUID: hRkN4v8WasQS David Edmondson writes: > When prompting for one or more tags to add or remove to/from one or > more threads, ensure that the set of tags offered for completion > contains no duplicates. applied to master d