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 9372C4196F2 for ; Wed, 21 Apr 2010 16:55:14 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.301 X-Spam-Level: X-Spam-Status: No, score=-2.301 tagged_above=-999 required=5 tests=[BAYES_40=-0.001, RCVD_IN_DNSWL_MED=-2.3] autolearn=ham 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 2qWWtnaLAmQS for ; Wed, 21 Apr 2010 16:55:14 -0700 (PDT) Received: from ipex1.johnshopkins.edu (ipex1.johnshopkins.edu [162.129.8.141]) by olra.theworths.org (Postfix) with ESMTP id DBB86431FC1 for ; Wed, 21 Apr 2010 16:55:13 -0700 (PDT) X-IronPort-AV: E=Sophos;i="4.52,252,1270440000"; d="scan'208";a="317403581" Received: from c-69-255-36-229.hsd1.md.comcast.net (HELO lucky) ([69.255.36.229]) by ipex1.johnshopkins.edu with ESMTP/TLS/AES256-SHA; 21 Apr 2010 19:55:13 -0400 Received: from jkr by lucky with local (Exim 4.69) (envelope-from ) id 1O4jl9-0003Tk-QJ; Wed, 21 Apr 2010 19:55:11 -0400 From: Jesse Rosenthal To: Jameson Rollins , Dirk Hohndel , notmuch@notmuchmail.org Subject: Re: [PATCH] Add 'd'elete keybinding to search and show views In-Reply-To: <87wrw0ml7n.fsf@servo.finestructure.net> References: <1271891763-10757-1-git-send-email-hohndel@infradead.org> <1271891763-10757-2-git-send-email-hohndel@infradead.org> <874oj48k20.fsf@jhu.edu> <87wrw0ml7n.fsf@servo.finestructure.net> Date: Wed, 21 Apr 2010 19:55:11 -0400 Message-ID: <8739yo8iow.fsf@jhu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Wed, 21 Apr 2010 23:55:14 -0000 Hey Jamie, > There's been some discussion on this, and I think Carl's > position (sorry if I'm putting words in your mouth, Carl) was to just > settle on the tag "deleted" for this concept (of deleted messages) and > stick with it. If it's been thought through and there's some consensus, I'll defer. It's not something that I feel all that strongly about. > Jesse, can you think of a reason why it would really be better to allow > customization for this? No really convincing reasons. I guess I was mainly going by the vague intuition that this level of configurability just somehow seems more emacs-y. And that emacs users (me, I guess) might expect it from an emacs app. Also, I guess I'm just wary of any hard-coding in of tags. Since we can't foresee the future, or other people's specific email usage patterns. It's less about this one tag, and more about having any literal tags in the code. And, I'll be the first to admit, more a general wariness than a thought-out position. But, as I said, I'll gladly defer to people who have thought this through more thoroughly (and, for that matter, to people who would use this feature). Best, Jesse