From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id E9CA0429E40 for ; Fri, 24 Feb 2012 02:35:01 -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 cWfzXHC0gQ0y for ; Fri, 24 Feb 2012 02:35:01 -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 2D8EC431FAE for ; Fri, 24 Feb 2012 02:35:01 -0800 (PST) Received: by bkcit16 with SMTP id it16so2016398bkc.26 for ; Fri, 24 Feb 2012 02:34:59 -0800 (PST) Received-SPF: pass (google.com: domain of dmitry.kurochkin@gmail.com designates 10.204.132.84 as permitted sender) client-ip=10.204.132.84; Authentication-Results: mr.google.com; spf=pass (google.com: domain of dmitry.kurochkin@gmail.com designates 10.204.132.84 as permitted sender) smtp.mail=dmitry.kurochkin@gmail.com; dkim=pass header.i=dmitry.kurochkin@gmail.com Received: from mr.google.com ([10.204.132.84]) by 10.204.132.84 with SMTP id a20mr833069bkt.21.1330079699835 (num_hops = 1); Fri, 24 Feb 2012 02:34:59 -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=QYXJYsk9o+jiLqIFfKo2Qqc5iw7rVxX7dKHi8O1i33A=; b=hG8W9tSo/SnEk3Hs67qI+alfvm4nwDvf6BJwVQPLLqycMNFr7+JH+5coJWKEvC20oS luBF2qBRdbqeaFrOoB8GFfHmOf1KEsyxAP5Q0j/i4sATXymiHK1RI7lvwrPl2BLsWQNL f8hBIeLSLMBCxaTtEwrkYFcokugcctacTTiO8= Received: by 10.204.132.84 with SMTP id a20mr689959bkt.21.1330079699760; Fri, 24 Feb 2012 02:34:59 -0800 (PST) Received: from localhost ([91.144.186.21]) by mx.google.com with ESMTPS id ut6sm7798170bkb.14.2012.02.24.02.34.58 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 24 Feb 2012 02:34:58 -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: <87obsojzga.fsf@gmail.com> 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> <87obsojzga.fsf@gmail.com> 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:33:35 +0400 Message-ID: <87linsjzb4.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:35:02 -0000 On Fri, 24 Feb 2012 14:30:29 +0400, Dmitry Kurochkin wrote: > 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. > Also can you please send new patches (and patch series) in a new separate thread? If they are related to another thread, you can add a reference. But having multiple patch series with multiple versions in a single thread is very confusing IMO. Regards, Dmitry > Regards, > Dmitry > > > Patches follow. > > > > > > > d > > > _______________________________________________ > > > notmuch mailing list > > > notmuch@notmuchmail.org > > > http://notmuchmail.org/mailman/listinfo/notmuch > > > > > > Peace > > > > -- > > Pieter