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 D323E431FC1 for ; Wed, 9 Jun 2010 12:04:45 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.599 X-Spam-Level: X-Spam-Status: No, score=-0.599 tagged_above=-999 required=5 tests=[BAYES_05=-0.5, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001] 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 arm+Fbk7pQP3 for ; Wed, 9 Jun 2010 12:04:35 -0700 (PDT) Received: from mail-pz0-f177.google.com (mail-pz0-f177.google.com [209.85.222.177]) by olra.theworths.org (Postfix) with ESMTP id 6DF864196F2 for ; Wed, 9 Jun 2010 12:04:35 -0700 (PDT) Received: by pzk7 with SMTP id 7so3481614pzk.30 for ; Wed, 09 Jun 2010 12:04:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=TMUtrfn2ZR7EO8HwVHSrWtKJL1I1Mh8nddeuEGr+ofw=; b=lM0N6viucfWTjqo/Gfv0JPLQWKth73N8CpEwnIdBaEaTisNbWl++F208/YvRST/skd ArZWKOQY3ZpTLQ9SQgeWh2I9EFgBHv1Cto04sSeDo34p/lkn3lx+UVUFOPh7JfPdyD8f 32jjG3k36ETURJqH9kuD72FTkxTS/RwG5h94c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=FYc6XpPVKvdgQePdx/8bz+nC+rBVJ8cb8Wkux4WoHfG3F01KWCydhq0bM9DsendHcF 6UqnG1wIvZUYdcn4LKkLkmu2mScmS1x6QAHpXTB+gzjpwthsIu5s9ZTK+KWk6CNJUjYe 11ddvbacEjsnZjno99cJC5+8evrilIu0yayJc= MIME-Version: 1.0 Received: by 10.224.88.224 with SMTP id b32mr2289115qam.343.1276110272823; Wed, 09 Jun 2010 12:04:32 -0700 (PDT) Received: by 10.220.171.203 with HTTP; Wed, 9 Jun 2010 12:04:32 -0700 (PDT) In-Reply-To: <871vcghz8o.fsf@yoom.home.cworth.org> References: <87zkz4xnf4.fsf@servo.finestructure.net> <871vcghz8o.fsf@yoom.home.cworth.org> Date: Wed, 9 Jun 2010 15:04:32 -0400 Message-ID: Subject: Re: [PATCH] remove message archiving from show-advance-and-archive From: "servilio@gmail.com" To: Carl Worth Content-Type: text/plain; charset=ISO-8859-1 Cc: Notmuch Mail 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, 09 Jun 2010 19:04:46 -0000 On 9 June 2010 13:50, Carl Worth wrote: [...] > Which makes me think that other operations should work similarly. '+' > and '-' should change tags on the current message (as they do currently) > and then new "M-+" and "M--" could change tags on all (open) messages in > the thread. > > That would highlight the current 'a' as out of place since it's > currently archiving every message in the thread. So I'd then fix it to > be 'a' for the current message and "M-a" for every (open) message in the > thread. > > What do people think of that? +2 I think this would be awesome. I am using "-" a lot to remove the "inbox" tag to individual messages. Servilio