From 1dcef847aaf9fcf5ab7d6d4fda91531f37422c69 Mon Sep 17 00:00:00 2001 From: Pieter Praet Date: Fri, 24 Feb 2012 00:07:27 +0100 Subject: [PATCH] Re: [PATCH v5 00/12] emacs: more flexible and consistent tagging operations --- b7/c728b84f259a910a5304cfd2b7ff35e6776d9c | 104 ++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 b7/c728b84f259a910a5304cfd2b7ff35e6776d9c diff --git a/b7/c728b84f259a910a5304cfd2b7ff35e6776d9c b/b7/c728b84f259a910a5304cfd2b7ff35e6776d9c new file mode 100644 index 000000000..b46da0234 --- /dev/null +++ b/b7/c728b84f259a910a5304cfd2b7ff35e6776d9c @@ -0,0 +1,104 @@ +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 ED7B8431FBC + for ; Thu, 23 Feb 2012 15:09:48 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.7 +X-Spam-Level: +X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 + tests=[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 C47EU9+uP4bI for ; + Thu, 23 Feb 2012 15:09:48 -0800 (PST) +Received: from mail-we0-f181.google.com (mail-we0-f181.google.com + [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 3D5B6431FAE + for ; Thu, 23 Feb 2012 15:09:48 -0800 (PST) +Received: by werp13 with SMTP id p13so1248592wer.26 + for ; Thu, 23 Feb 2012 15:09:46 -0800 (PST) +Received-SPF: pass (google.com: domain of pieter@praet.org designates + 10.180.101.228 as permitted sender) client-ip=10.180.101.228; +Authentication-Results: mr.google.com; + spf=pass (google.com: domain of pieter@praet.org + designates 10.180.101.228 as permitted sender) + smtp.mail=pieter@praet.org +Received: from mr.google.com ([10.180.101.228]) + by 10.180.101.228 with SMTP id fj4mr822487wib.4.1330038586993 (num_hops + = 1); Thu, 23 Feb 2012 15:09:46 -0800 (PST) +Received: by 10.180.101.228 with SMTP id fj4mr661386wib.4.1330038586819; + Thu, 23 Feb 2012 15:09:46 -0800 (PST) +Received: from localhost ([109.131.181.26]) + by mx.google.com with ESMTPS id m16sm13228221wie.9.2012.02.23.15.09.45 + (version=TLSv1/SSLv3 cipher=OTHER); + Thu, 23 Feb 2012 15:09:45 -0800 (PST) +From: Pieter Praet +To: David Bremner , + Dmitry Kurochkin , notmuch@notmuchmail.org +Subject: Re: [PATCH v5 00/12] emacs: more flexible and consistent tagging + operations +In-Reply-To: <87wr7xqpuf.fsf@rocinante.cs.unb.ca> +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> +User-Agent: Notmuch/0.11.1+210~g6afc43e (http://notmuchmail.org) Emacs/23.3.1 + (x86_64-unknown-linux-gnu) +Date: Fri, 24 Feb 2012 00:07:27 +0100 +Message-ID: <878vjtqhcg.fsf@praet.org> +MIME-Version: 1.0 +Content-Type: text/plain; charset=us-ascii +X-Gm-Message-State: + ALoCoQlUPGzo5l2oiD1/Zwl/MUvEXZJfQt0hZ3b1ALTCWljLW8KNFcw+NVDw80RMkthTmfOpn1eA +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: Thu, 23 Feb 2012 23:09:49 -0000 + +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. + +Patches follow. + + +> d +> _______________________________________________ +> notmuch mailing list +> notmuch@notmuchmail.org +> http://notmuchmail.org/mailman/listinfo/notmuch + + +Peace + +-- +Pieter -- 2.26.2