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 C4F3B431FB6 for ; Mon, 4 Apr 2011 22:57:21 -0700 (PDT) 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=[RCVD_IN_DNSWL_NONE=-0.0001] 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 lKqnFzi-SSca for ; Mon, 4 Apr 2011 22:57:21 -0700 (PDT) Received: from idcmail-mo2no.shaw.ca (idcmail-mo2no.shaw.ca [64.59.134.9]) by olra.theworths.org (Postfix) with ESMTP id 46D44431FB5 for ; Mon, 4 Apr 2011 22:57:21 -0700 (PDT) Received: from pd6ml2no-ssvc.prod.shaw.ca ([10.0.153.163]) by pd7mo1no-svcs.prod.shaw.ca with ESMTP; 04 Apr 2011 23:57:20 -0600 X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=Mj7okGGiyvljez8nourwAOSCyIXzraNcHEi86Qy5a+Y= c=1 sm=1 a=xbPtcpxtUlcA:10 a=BLceEmwcHowA:10 a=GmI124iNGYoA:10 a=fZIboY/cEU6l/H7GC6ozQQ==:17 a=pGLkceISAAAA:8 a=Sl2rT_Nh-kx5GP60s0cA:9 a=gpEkqqQGF7-7dIK1tnsA:7 a=MSl-tDqOz04A:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Received: from unknown (HELO fanny.gardenlogbook.com) ([96.50.110.35]) by pd6ml2no-dmz.prod.shaw.ca with ESMTP; 04 Apr 2011 23:57:20 -0600 Received: from jeff by fanny.gardenlogbook.com with local (Exim 4.72) (envelope-from ) id 1Q6z5v-0005T4-Mt; Mon, 04 Apr 2011 22:46:27 -0700 Message-Id: From: Jeff Richards Subject: Re: [PATCH] notmuch.vim can tag messages deleted To: Felipe Contreras In-Reply-To: References: Date: Mon, 04 Apr 2011 22:46:27 -0700 Cc: notmuch@notmuchmail.org 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, 05 Apr 2011 05:57:21 -0000 On Mon, 4 Apr 2011 18:56:52 +0300, Felipe Contreras wrote: > On Mon, Apr 4, 2011 at 4:38 AM, Jeff Richards wrote: > > notmuch.vim plugin can use the d keybinding to remove 'inbox' and 'unread' tags and add 'deleted' from the search and show screens, the deleted tag can then be used to remove items from the maildir that are well and truly worth of deleting > > I actually have a similar patch, and the only difference I see, is > that in my version I have two actions, one for the thread, and another > one for the specific message. How about having 'D' to delete the > thread, and 'd' to delete the message? > Uh oh, How did I miss your patch? Maybe you sent it before I started following the list. Can you send me a pointer to your patch? Anyways, I would certainly support having two actions one to delete the thread and one to delete the message.