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 51971431FD0 for ; Tue, 10 Jan 2012 12:01:42 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] 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 jXRFmDkgeIDG for ; Tue, 10 Jan 2012 12:01:40 -0800 (PST) Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id B2BEC431FB6 for ; Tue, 10 Jan 2012 12:01:40 -0800 (PST) Received: from [131.202.13.154] (helo=convex-new.cs.unb.ca) by tesseract.cs.unb.ca with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1Rkht3-0007pL-Iy; Tue, 10 Jan 2012 16:01:37 -0400 Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.72) (envelope-from ) id 1Rkhsy-00076m-Fc; Tue, 10 Jan 2012 16:01:32 -0400 From: David Bremner To: David Edmondson , Jameson Graef Rollins , Notmuch Mail Subject: Re: another attempt to add delete functionality in emacs In-Reply-To: References: <1325975294-646-1-git-send-email-jrollins@finestructure.net> User-Agent: Notmuch/0.10.2+114~g80ee511 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Tue, 10 Jan 2012 16:01:32 -0400 Message-ID: <87sjjns4wz.fsf@convex-new.cs.unb.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam_bar: - 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, 10 Jan 2012 20:01:42 -0000 On Tue, 10 Jan 2012 07:47:23 +0000, David Edmondson wrote: > On Sat, 7 Jan 2012 14:28:10 -0800, Jameson Graef Rollins wrote: > > I try to address the concerns that have come up in previous attempts. > > In particular, I include a patch that creates a new customization > > variable, notmuch-search-exclude-deleted, that will exclude any > > messages with the "deleted" tag from searches. [snip] > I honestly don't understand the reason for this. If someone wants to not > see messages that they have tagged as 'deleted', they add 'and not > tag:deleted' to the end of the search expression. Just thinking out loud here, but it does seem a bit unfortunate to me that it represents a pretty fundamental divergence between the CLI and the emacs interface. Mind you, I guess one could make the same argument about the libs versus the CLI. Lack of configuration information in the library (possibly among other reasons) makes this not too nice to support in the current library either. d