From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id kCUuCL6GIWDqDwAA0tVLHw (envelope-from ) for ; Mon, 08 Feb 2021 18:45:18 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id EOvxA76GIWBCWAAAbx9fmQ (envelope-from ) for ; Mon, 08 Feb 2021 18:45:18 +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 7D7DC940415 for ; Mon, 8 Feb 2021 18:45:17 +0000 (UTC) Received: from nmbug.tethera.net (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id 554FA1FC11; Mon, 8 Feb 2021 13:45:08 -0500 (EST) Received: from fethera.tethera.net (fethera.tethera.net [IPv6:2607:5300:60:c5::1]) by mail.notmuchmail.org (Postfix) with ESMTP id DE6851FB97 for ; Mon, 8 Feb 2021 13:45:05 -0500 (EST) Received: by fethera.tethera.net (Postfix, from userid 1001) id 5A340607F9; Mon, 8 Feb 2021 13:45:04 -0500 (EST) Received: (nullmailer pid 1397782 invoked by uid 1000); Mon, 08 Feb 2021 18:45:03 -0000 From: David Bremner To: inwit , notmuch@notmuchmail.org Subject: Re: Tagging in tree mode In-Reply-To: References: Date: Mon, 08 Feb 2021 14:45:03 -0400 Message-ID: <877dniz9e8.fsf@tethera.net> MIME-Version: 1.0 Message-ID-Hash: PBOT4IE4ZG7NIUBFJ6QLDQWCXQRCBEOT X-Message-ID-Hash: PBOT4IE4ZG7NIUBFJ6QLDQWCXQRCBEOT 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 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.96 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: 7D7DC940415 X-Spam-Score: -1.96 X-Migadu-Scanner: scn1.migadu.com X-TUID: 7PfiUG6lJ6pa "inwit" writes: > Hi! > > In order to dive a bit deeper in how notmuch for emacs works, I'm trying > to figure out why while I can press "d" and get a nice "deleted" tag > added to my messages in show mode, when I do the same thing in tree mode > I get "Nothing to tag!" instead of the expected behaviour. I'm pretty sure that "d" in show mode is something you have customized. david