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 980E3429E31 for ; Fri, 24 Feb 2012 02:31:59 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 PxgaBDLBHy2I for ; Fri, 24 Feb 2012 02:31:59 -0800 (PST) Received: from mail-bk0-f53.google.com (mail-bk0-f53.google.com [209.85.214.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id C9E35431FAE for ; Fri, 24 Feb 2012 02:31:58 -0800 (PST) Received: by bkcit16 with SMTP id it16so2014151bkc.26 for ; Fri, 24 Feb 2012 02:31:57 -0800 (PST) Received-SPF: pass (google.com: domain of dmitry.kurochkin@gmail.com designates 10.205.132.1 as permitted sender) client-ip=10.205.132.1; Authentication-Results: mr.google.com; spf=pass (google.com: domain of dmitry.kurochkin@gmail.com designates 10.205.132.1 as permitted sender) smtp.mail=dmitry.kurochkin@gmail.com; dkim=pass header.i=dmitry.kurochkin@gmail.com Received: from mr.google.com ([10.205.132.1]) by 10.205.132.1 with SMTP id hs1mr814672bkc.45.1330079517416 (num_hops = 1); Fri, 24 Feb 2012 02:31:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type; bh=lQ8b5opLohnipBJabxll2ZF2POQuCw4/ZkrLhMiph6E=; b=JRUZSw0Lgdm4uCh4aQQfmHSKypueoPmp61XzPrCib3IHZRsilg00eqntuDQpJdPPAH RrvjSSsKLH5JXa4eAVvLsPwfRFjNsk2Ru6GcU0WGgZqviFtxKc/es3zSGHZWkT6/wkKb 5AiBHJnu2fBt4qkvAVgJ2J2oAAMTGTakUJpbY= Received: by 10.205.132.1 with SMTP id hs1mr676458bkc.45.1330079514588; Fri, 24 Feb 2012 02:31:54 -0800 (PST) Received: from localhost ([91.144.186.21]) by mx.google.com with ESMTPS id ey8sm7836494bkb.1.2012.02.24.02.31.52 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 24 Feb 2012 02:31:52 -0800 (PST) From: Dmitry Kurochkin To: Pieter Praet , David Bremner , notmuch@notmuchmail.org Subject: Re: [PATCH v5 00/12] emacs: more flexible and consistent tagging operations In-Reply-To: <878vjtqhcg.fsf@praet.org> References: <1327725684-5887-1-git-send-email-dmitry.kurochkin@gmail.com> <1328426033-21480-1-git-send-email-dmitry.kurochkin@gmail.com> <87wr7xqpuf.fsf@rocinante.cs.unb.ca> <878vjtqhcg.fsf@praet.org> User-Agent: Notmuch/0.11.1+188~ga5674c2 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Fri, 24 Feb 2012 14:30:29 +0400 Message-ID: <87obsojzga.fsf@gmail.com> 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: Fri, 24 Feb 2012 10:31:59 -0000 On Fri, 24 Feb 2012 00:07:27 +0100, Pieter Praet wrote: > On Wed, 08 Feb 2012 11:58:32 -0400, David Bremner wrote: > > On Sun, 5 Feb 2012 11:13:41 +0400, Dmitry Kurochkin wrote: > > > Changes: > > > > > > v4: > > > > > > * rebased on master, no conflicts so no need for another review > > > > > > > I pushed this series. > > > > Maybe this was discussed already, but I think ideally * would apply only > > to open messages. So consider that a feature request if someone is > > looking for a project. > > > > How about if '*' applies to all messages (as it currently does), > but 'C-u *' only to open messages? That would make more sense IMHO. > > But, conforming to your original request, I've implemented the inverse. > I personally do like '*' as is and do not want to change it's behavior. Though I am not against adding a prefix argument for it. Regards, Dmitry > Patches follow. > > > > d > > _______________________________________________ > > notmuch mailing list > > notmuch@notmuchmail.org > > http://notmuchmail.org/mailman/listinfo/notmuch > > > Peace > > -- > Pieter