Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 01C51429E56 for ; Tue, 3 Jan 2012 11:57:32 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.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=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jmrp8T6KmaHq for ; Tue, 3 Jan 2012 11:57:31 -0800 (PST) Received: from mail-ee0-f53.google.com (mail-ee0-f53.google.com [74.125.83.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 33A0D429E51 for ; Tue, 3 Jan 2012 11:57:31 -0800 (PST) Received: by eekd41 with SMTP id d41so19652898eek.26 for ; Tue, 03 Jan 2012 11:57:28 -0800 (PST) Received: by 10.14.99.76 with SMTP id w52mr21584761eef.85.1325620648633; Tue, 03 Jan 2012 11:57:28 -0800 (PST) Received: from localhost (dsl-hkibrasgw4-fe5cdc00-23.dhcp.inet.fi. [80.220.92.23]) by mx.google.com with ESMTPS id b49sm178755416eec.9.2012.01.03.11.57.24 (version=SSLv3 cipher=OTHER); Tue, 03 Jan 2012 11:57:25 -0800 (PST) From: Jani Nikula To: David Edmondson , Antoine =?utf-8?Q?Beaupr=C3=A9?= , notmuch@notmuchmail.org Subject: Re: [PATCH 1/2] add notmuch keybinding 'd' In-Reply-To: References: <1266408746-28549-1-git-send-email-Sebastian@SSpaeth.de> <1310841600-28281-1-git-send-email-anarcat@koumbit.org> User-Agent: Notmuch/0.10.2+178~gd3e683f (http://notmuchmail.org) Emacs/23.3.1 (i686-pc-linux-gnu) Date: Tue, 03 Jan 2012 21:57:22 +0200 Message-ID: <8762gsy2xp.fsf@nikula.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 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: Tue, 03 Jan 2012 19:57:32 -0000 On Tue, 03 Jan 2012 14:56:50 +0000, David Edmondson wrote: > On Sat, 16 Jul 2011 14:39:59 -0400, Antoine Beaupr=C3=A9 wrote: > > It adds a tag 'deleted' and removes the tags 'inbox' and 'unread'. It > > works in show as well as in search mode >=20 > Various people have asked for a keybinding to add a 'delete' tag. Is > this version the right one to choose? The code's there, and talk is cheap... but I'd rather like to see a solution that would make it easy for users to add arbitrary tagging operations to key bindings, instead of a fixed binding for "deleted". That way perhaps adding a default 'd' for "deleted" wouldn't feel so special either. > It seems sane to me (though I won't use it). I wouldn't use it either, and I don't use "deleted" tag in the first place. And even if I used it, I'd still like to keep the distinction between "deleted after reading" and "deleted unread", which this patch loses by removing the "unread" tag. BR, Jani.