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 AC7D2431FAE for ; Thu, 25 Feb 2010 02:53:23 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.538 X-Spam-Level: X-Spam-Status: No, score=-0.538 tagged_above=-999 required=5 tests=[AWL=-0.539, BAYES_50=0.001] autolearn=unavailable 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 ERjoIB8H7nPz for ; Thu, 25 Feb 2010 02:53:22 -0800 (PST) Received: from homiemail-a24.g.dreamhost.com (caiajhbdccah.dreamhost.com [208.97.132.207]) by olra.theworths.org (Postfix) with ESMTP id 33DFC431FBC for ; Thu, 25 Feb 2010 02:53:22 -0800 (PST) Received: from sspaeth.de (unknown [195.190.178.84]) by homiemail-a24.g.dreamhost.com (Postfix) with ESMTPA id A55222C806D; Thu, 25 Feb 2010 02:53:16 -0800 (PST) Received: by sspaeth.de (sSMTP sendmail emulation); Thu, 25 Feb 2010 11:53:14 +0100 From: "Sebastian Spaeth" To: Jameson Rollins , Carl Worth , racin@free.fr In-Reply-To: <87tyt61mrl.fsf@servo.finestructure.net> References: <1161359196.2247691263984967906.JavaMail.root@zimbra1-e1.priv.proxad.net> <87sk8qwjlt.fsf@yoom.home.cworth.org> <87tyt61mrl.fsf@servo.finestructure.net> Date: Thu, 25 Feb 2010 11:53:14 +0100 Message-ID: <87eik9bn8l.fsf@SSpaeth.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: notmuch Subject: Re: [notmuch] [PATCH] add notmuch-show-delete keybinding 'd' 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: Thu, 25 Feb 2010 10:53:23 -0000 On Wed, 24 Feb 2010 14:01:18 -0500, Jameson Rollins wrote: > > 2. It removes the "inbox" and "unread" tags while adding the tag to > > indicate deletion. > > Hey, Carl. Why is this last point important? [...]Why should it modify any other > tags? A message/thread should be allowed to be both deleted and in the > inbox. As long as deleted threads/messages show up in the default views, I don't want them to show up in my inbox or show up as unread. I agree that it might be possible to have "unread" yet "delete"d emails. But in reality, if I delete a message I don't want it to pop up in my inbox. Feel free to apply patches however you want though, thanks to emacs, I'll be able to get my desired behavior nonetheless :). > As for "unread", I think that should be handled by actually reading the > message, not by manually applying a state to it. I agree, but deleting a message in my world view resets the unread tag (as in, I don't want to read it anymore). Sebastian