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 92F846DE0FE6 for ; Thu, 9 Nov 2017 02:17:18 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.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=[AWL=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001] 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 jibmiXhhAipT for ; Thu, 9 Nov 2017 02:17:17 -0800 (PST) X-Greylist: delayed 323 seconds by postgrey-1.36 at arlo; Thu, 09 Nov 2017 02:17:16 PST Received: from smtpout10.partage.renater.fr (smtpout01-ext2.partage.renater.fr [194.254.240.33]) by arlo.cworth.org (Postfix) with ESMTP id E42F56DE0FB6 for ; Thu, 9 Nov 2017 02:17:16 -0800 (PST) Received: from zmtaout01.partage.renater.fr (zmtaout01.partage.renater.fr [194.254.240.30]) by smtpout10.partage.renater.fr (Postfix) with ESMTP id 27D2A61985 for ; Thu, 9 Nov 2017 11:11:50 +0100 (CET) Received: from zmtaout01.partage.renater.fr (localhost [127.0.0.1]) by zmtaout01.partage.renater.fr (Postfix) with ESMTPS id 19A041A0114 for ; Thu, 9 Nov 2017 11:11:50 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by zmtaout01.partage.renater.fr (Postfix) with ESMTP id 0AB521A008D for ; Thu, 9 Nov 2017 11:11:50 +0100 (CET) X-Virus-Scanned: amavisd-new at zmtaout01.partage.renater.fr Received: from zmtaout01.partage.renater.fr ([127.0.0.1]) by localhost (zmtaout01.partage.renater.fr [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id njmVvFPJMAMv for ; Thu, 9 Nov 2017 11:11:49 +0100 (CET) Received: from [82.248.39.188]hirscho (lb01.partage.renater.fr [194.254.242.1]) by zmtaout01.partage.renater.fr (Postfix) with ESMTPA id B9FBF1A0114 for ; Thu, 9 Nov 2017 11:11:49 +0100 (CET) From: Tom Hirschowitz To: notmuch@notmuchmail.org Cc: Subject: buggy tags Date: Thu, 09 Nov 2017 11:11:32 +0100 Message-ID: <87zi7vbw2z.fsf@hirscho.lama.univ-savoie.fr> 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: Thu, 09 Nov 2017 10:17:18 -0000 Hi all, I sometimes mistype some tags, e.g., collaegues instead of colleagues, etc. Of course, I then replace them with the right version. But notmuch keeps track of these wrong tags (as of all others) and proposes them when autocompleting, which after a few years of using notmuch, starts being significantly annoying. Is there a way of getting rid of them? Thanks, Tom