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 84DAF42119E for ; Tue, 17 Jan 2012 14:14:31 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.463 X-Spam-Level: X-Spam-Status: No, score=0.463 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, RDNS_DYNAMIC=0.363] 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 EBGp0nWT05Yx for ; Tue, 17 Jan 2012 14:14:30 -0800 (PST) Received: from xhlj.maillard.im (cha51-3-88-164-105-66.fbx.proxad.net [88.164.105.66]) by olra.theworths.org (Postfix) with ESMTP id 8496B421192 for ; Tue, 17 Jan 2012 14:14:30 -0800 (PST) Received: from xhlj.maillard.im (xhlj.maillard.im [127.0.0.1]) by xhlj.maillard.im (Postfix) with ESMTP id DBA342125A; Tue, 17 Jan 2012 23:14:27 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=maillard.im; h=from:to :subject:in-reply-to:references:reply-to:date:message-id :mime-version:content-type; s=postfix; bh=hnxYU5ciHx4Hma/uPD1IYb +3RUs=; b=EP/wrzI4yN9vFUB8fuQnH5kJU4MPwnGIudz505OcNN4f2KJd4RVWJ0 rxgYx7GQIgO8Smol7gHrTC+k+5UPjAHLRJ2Ulb+I9Qi3iqKkKkm5QYNS3Px96918 c0q2rALCxHYyUUXlKXASoRCDwwvfVA17cxVVlHxbW4bDcf6dHAe/o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=maillard.im; h=from:to :subject:in-reply-to:references:reply-to:date:message-id :mime-version:content-type; q=dns; s=postfix; b=UuFgGy9tEHUZy5YW UIT1sSftNOrnCnu10n2Ovv8xSt/ywieGsExMKaefWa2xQxCW5ybBqFrrtiCVxwEI FG8/ZPxKeQlbVYSRcJdwS9MXGiY9znMnUkOE4jnTyPMAs7+V/EpSvnrj19JgsdM0 fuE/ms9hToCXMSA1nTm4JoJOM2o= Received: from maillard.im (cha51-3-88-164-105-66.fbx.proxad.net [88.164.105.66]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by xhlj.maillard.im (Postfix) with ESMTPSA; Tue, 17 Jan 2012 23:14:27 +0100 (CET) From: Xavier Maillard To: Jameson Graef Rollins , Notmuch Mail Subject: Re: on deleting messages In-Reply-To: <87vcoaywyu.fsf@servo.finestructure.net> References: <87vcoaywyu.fsf@servo.finestructure.net> User-Agent: Notmuch/0.11 (http://notmuchmail.org) Emacs/23.2.1 (i486-slackware-linux-gnu) Date: Tue, 17 Jan 2012 23:31:50 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Xavier Maillard 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, 17 Jan 2012 22:14:31 -0000 Hi, On Tue, 17 Jan 2012 11:01:45 -0800, Jameson Graef Rollins wrote: [ ... ] > Based on the show-mode improvements I recently sent [1], the following > patch set implements thread and message delete keys. > > This is the last I'm going to comment on this issue. If we don't want > to support this, we should put together something on the wiki that > states we don't want to support it and that users should just bind it > themselves (with a nice explanation how), so that we can try to reduce > the number of future patches on the issue. I think this is something every (new) users are expecting to have: a simple and sensible way "to list the trashed messages". So I'd go for it. /Xavier